Skip to content

Commit c96b5ca

Browse files
committed
Use BUILD_SIGN_RELEASE env variable to dynamically configure release signing for build environment
1 parent 9f4d480 commit c96b5ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
DOTNET_NOLOGO: 1
2424
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2525
DOTNET_GENERATE_ASPNET_CERTIFICATE: 0
26+
BUILD_SIGN_RELEASE: '${{ vars.BUILD_SIGN_RELEASE }}'
2627
ContinuousIntegrationBuild: true
2728
RestoreLockedMode: true
2829
RepositoryBranch: '${{ github.ref_name }}'

0 commit comments

Comments
 (0)