Skip to content

Commit 41e2df5

Browse files
committed
ci: Adjust signing
1 parent e38725d commit 41e2df5

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ stages:
7474
pool:
7575
vmImage: windows-2022
7676

77-
variables:
78-
- group: 'UADO Keystore' # Import all variables for the signing from the library in azure devops
79-
8077
steps:
8178
- template: build/stage-build-android-mobile.yml
8279

build/stage-build-android-mobile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020

2121
- script: |
2222
cd $(build.sourcesdirectory)/Uno.Gallery
23-
dotnet publish -f:net9.0-android -p:TargetFrameworkOverride=net9.0-android -c:Release -p:UseSkiaRendering=$(UseSkiaRendering) "/p:InformationalVersion=$(NBGV_InformationalVersion)" /p:AndroidSigningKeyStore=$(keyStore.secureFilePath) /p:AndroidSigningStorePass=$(AndroidSigningStorePass) /p:AndroidSigningKeyPass=$(AndroidSigningKeyPass) /p:AndroidSigningKeyAlias=$(AndroidSigningKeyAlias) /p:AndroidKeyStore=true /bl:$(build.artifactstagingdirectory)/build-$(BuildForPlayStore).binlog
23+
dotnet publish -f:net9.0-android -p:TargetFrameworkOverride=net9.0-android -c:Release -p:UseSkiaRendering=$(UseSkiaRendering) "/p:InformationalVersion=$(NBGV_InformationalVersion)" /p:AndroidKeyStore=true /bl:$(build.artifactstagingdirectory)/build-$(BuildForPlayStore).binlog
2424
displayName: 'Build Android Package'
2525
condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'],'False'))
2626

0 commit comments

Comments
 (0)