Skip to content

Commit 878c3c8

Browse files
committed
Skip signing check for testing
1 parent bbfb775 commit 878c3c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

windows-release/msi-steps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ steps:
3232
targetPath: $(Pipeline.Workspace)\${{ a.artifact }}
3333

3434
# Assuming we'll always run the amd64 build
35-
- ${{ if and(parameters.SigningCertificate, eq(a.artifact, 'bin_amd64')) }}:
35+
#- ${{ if and(parameters.SigningCertificate, eq(a.artifact, 'bin_amd64')) }}:
36+
# DO NOT MERGE: skipping signing check for testing
37+
- ${{ if eq(a.artifact, 'bin_amd64') }}:
3638
- powershell: >
3739
copy
3840
"${env:TARGET_PATH}\Activate.ps1"

0 commit comments

Comments
 (0)