We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BUILD_SIGN_RELEASE
1 parent 9f4d480 commit c96b5caCopy full SHA for c96b5ca
1 file changed
.github/workflows/release.yml
@@ -23,6 +23,7 @@ jobs:
23
DOTNET_NOLOGO: 1
24
DOTNET_CLI_TELEMETRY_OPTOUT: 1
25
DOTNET_GENERATE_ASPNET_CERTIFICATE: 0
26
+ BUILD_SIGN_RELEASE: '${{ vars.BUILD_SIGN_RELEASE }}'
27
ContinuousIntegrationBuild: true
28
RestoreLockedMode: true
29
RepositoryBranch: '${{ github.ref_name }}'
0 commit comments