Skip to content

Commit cf57751

Browse files
update
1 parent 1dc2443 commit cf57751

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd
77
parameters:
88
# Set this to 'true' to build the libtorch-* packages as part of main branch CI and
99
# push them to the artifacts feed of the Azure CI project
10-
BuildLibTorchPackages: false
11-
PushPackagesToFeed: false
10+
- name: BuildLibTorchPackages
11+
type: boolean
12+
default: false
13+
- name: PushPackagesToFeed
14+
type: boolean
15+
default: false
1216

1317
variables:
1418
MyRunNumber: $[counter('MyRunNumber', 52201)]

0 commit comments

Comments
 (0)