8000
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 1f7c142 commit d7cafa0Copy full SHA for d7cafa0
windows-release/checkout.yml
@@ -23,7 +23,7 @@ steps:
23
- powershell: |
24
$checkout_commit = (git rev-parse HEAD)
25
if ($checkout_commit -ne '$(SourceCommit)') {
26
- throw "Expected git commit '$(SourceCommit)' didn't match tagged commit '$(checkout_commit)'"
+ throw "Expected git commit '$(SourceCommit)' didn't match tagged commit '$checkout_commit'"
27
}
28
displayName: "Verify CPython commit matches tag"
29
condition: and(succeeded(), variables['SourceCommit'])
0 commit comments