removed manual key sign -- attempt automatic

This commit is contained in:
carzh 2025-02-03 11:29:40 -08:00
parent 9f9f23dd81
commit b130c60909

View file

@ -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