mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
removed manual key sign -- attempt automatic
This commit is contained in:
parent
9f9f23dd81
commit
b130c60909
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,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
|
||||
workingDirectory: '$(Build.SourcesDirectory)\csharp\test\Microsoft.ML.OnnxRuntime.Tests.MAUI'
|
||||
|
||||
- task: PowerShell@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue