mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
fixed android signing options
This commit is contained in:
parent
38ee230e17
commit
5eaf07b2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ stages:
|
|||
targetType: 'inline'
|
||||
script: |
|
||||
dotnet nuget add source $(Build.SourcesDirectory)\nuget-artifact --name local-nuget
|
||||
dotnet publish -c Release --property:UsePrebuiltNativePackage=true --property:CurrentOnnxRuntimeVersion=$(NuGetPackageVersionNumber) -f net8.0-android -p:AndroidKeyStore true -p:AndroidSigningKeyAlias androiddebugkey -p:AndroidSigningKeyPass android -p:AndroidSigningKeyStore debug.keystore -p:AndroidSigningStorePass android
|
||||
dotnet publish -c Release --property:UsePrebuiltNativePackage=true --property:CurrentOnnxRuntimeVersion=$(NuGetPackageVersionNumber) -f net8.0-android -p:AndroidKeyStore=true -p:AndroidSigningKeyAlias=androiddebugkey -p:AndroidSigningKeyPass=android -p:AndroidSigningKeyStore=debug.keystore -p:AndroidSigningStorePass=android
|
||||
workingDirectory: '$(Build.SourcesDirectory)\csharp\test\Microsoft.ML.OnnxRuntime.Tests.MAUI'
|
||||
|
||||
- task: PowerShell@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue