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 734bb4bCopy full SHA for 734bb4b
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'])
windows-release/stage-build.yml
@@ -342,6 +342,9 @@ jobs:
342
pool:
343
vmImage: windows-2022
344
345
+ variables:
346
+ IncludeLLVM: false
347
+
348
workspace:
349
clean: all
350
0 commit comments