Skip to content

Commit 9507028

Browse files
authored
Merge pull request #7291 from macborow/user/maboro/prerelease/2.3.0_stabilization/fixpath
Fix path to signCheck script
2 parents e265541 + 8ccab5d commit 9507028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
displayName: 'Validate release packages are signed'
9898
inputs:
9999
targetType: filePath
100-
filePath: '$(Build.ArtifactStagingDirectory)\scripts\signCheck.ps1'
100+
filePath: '$(ToolsDir)\signCheck.ps1'
101101
arguments: '$(Build.SourcesDirectory)\artifacts\release -tmpDir $(Build.ArtifactStagingDirectory)'
102102

103103
- powershell: |

0 commit comments

Comments
 (0)