File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 2020 NUGET_XMLDOC_MODE : skip
2121 ARTIFACTS_DIR : ${{ github.workspace }}/artifacts
2222
23+ # Required secrets for signing and publishing jobs:
24+ # - SIGN_AZURE_CLIENT_ID: Azure client ID for code signing
25+ # - SIGN_AZURE_TENANT_ID: Azure tenant ID for code signing
26+ # - SIGN_AZURE_SUBSCRIPTION_ID: Azure subscription ID for code signing
27+ # - SIGN_KEY_VAULT_URL: Azure Key Vault URL for code signing
28+ # - SIGN_KEY_VAULT_CERTIFICATE_ID: Key Vault certificate ID for code signing
29+ # - UNO_NUGET_FEED_API_KEY: API key for Uno NuGet feed publishing
30+ # - NUGET_ORG_API_KEY: API key for NuGet.org publishing
31+
2332jobs :
2433 build :
2534 name : Build
8089 name : Sign
8190 runs-on : windows-latest
8291 needs : build
83- if : github.event_name == 'push' && (github.ref == 'refs/heads/main ' || startsWith(github.ref, 'refs/heads/release/'))
92+ if : github.event_name == 'push' && (github.ref == 'refs/heads/uno ' || startsWith(github.ref, 'refs/heads/release/'))
8493 environment : PackageSign
8594 permissions :
8695 contents : read
You can’t perform that action at this time.
0 commit comments