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 9086477 commit 7a55ffeCopy full SHA for 7a55ffe
windows-release/checkout.yml
@@ -32,4 +32,6 @@ steps:
32
throw "Expected git commit '$(SourceCommit)' didn't match tagged commit '$checkout_commit'"
33
}
34
displayName: "Verify CPython commit matches tag"
35
+ ${{ if and(parameters.Path, ne(parameters.Path, '.')) }}:
36
+ workingDirectory: ${{ parameters.Path }}
37
condition: and(succeeded(), variables['SourceCommit'])
0 commit comments