Skip to content

Commit 3a203cc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
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)
close