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.
2 parents e265541 + 8ccab5d commit 9507028Copy full SHA for 9507028
pipelines/ci-release.yml
@@ -97,7 +97,7 @@ jobs:
97
displayName: 'Validate release packages are signed'
98
inputs:
99
targetType: filePath
100
- filePath: '$(Build.ArtifactStagingDirectory)\scripts\signCheck.ps1'
+ filePath: '$(ToolsDir)\signCheck.ps1'
101
arguments: '$(Build.SourcesDirectory)\artifacts\release -tmpDir $(Build.ArtifactStagingDirectory)'
102
103
- powershell: |
0 commit comments