We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfb775 commit 878c3c8Copy full SHA for 878c3c8
windows-release/msi-steps.yml
@@ -32,7 +32,9 @@ steps:
32
targetPath: $(Pipeline.Workspace)\${{ a.artifact }}
33
34
# Assuming we'll always run the amd64 build
35
- - ${{ if and(parameters.SigningCertificate, eq(a.artifact, 'bin_amd64')) }}:
+ #- ${{ 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') }}:
38
- powershell: >
39
copy
40
"${env:TARGET_PATH}\Activate.ps1"
0 commit comments