Skip to content

Commit 3a203cc

Browse files
committed
build: Remove signing key setup from build
1 parent d301780 commit 3a203cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
parameters:
3131
platform: "win-x64"
3232
# Set up key after build start, otherwise we won't have nuget to update yet.
33-
- template: build/setup-signing-key.yml
33+
# - template: build/setup-signing-key.yml
3434
- task: VSBuild@1
3535
displayName: "Build Project"
3636
inputs:

0 commit comments

Comments
 (0)