Skip to content

Commit 48ff010

Browse files
committed
disable codesigning
1 parent 21fd44c commit 48ff010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-devops/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extends:
2929
variables:
3030
# OPTIONAL: Set this varibale to 'true' to enable signing in a target stage.
3131
# Remove if signing is not required.
32-
Build.ESRP.CodeSign.Enabled: true
32+
Build.ESRP.CodeSign.Enabled: false
3333
# OPTIONAL: To disable required tools not applicable in the pipeline set to false.
3434
# Supported values: BinSkim, Roslyn, ESLint, PREFast.
3535
Build.SDL.<Roslyn>.Enabled: false

0 commit comments

Comments
 (0)