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 1dc2443 commit cf57751Copy full SHA for cf57751
azure-pipelines.yml
@@ -7,8 +7,12 @@ name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd
7
parameters:
8
# Set this to 'true' to build the libtorch-* packages as part of main branch CI and
9
# push them to the artifacts feed of the Azure CI project
10
- BuildLibTorchPackages: false
11
- PushPackagesToFeed: false
+ - name: BuildLibTorchPackages
+ type: boolean
12
+ default: false
13
+ - name: PushPackagesToFeed
14
15
16
17
variables:
18
MyRunNumber: $[counter('MyRunNumber', 52201)]
0 commit comments