@@ -9,7 +9,7 @@ variables:
9
9
10
10
# Set this to 'true' to build the libtorch-* packages as part of main branch CI and
11
11
# push them to the artifacts feed of the Azure CI project
12
- BuildLibTorchPackages : false
12
+ BuildLibTorchPackages : true
13
13
PushPackagesToFeed : false
14
14
15
15
resources :
88
88
# ###############################################################################
89
89
- job : Linux_Native_Build_For_Packages
90
90
# ###############################################################################
91
- condition : and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], 'main '))
91
+ condition : and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], 'u/kickBuild '))
92
92
variables :
93
93
BuildConfig : Release
94
94
OfficialBuildId : $(BUILD.BUILDNUMBER)
@@ -471,7 +471,7 @@ jobs:
471
471
# ###############################################################################
472
472
- job : Build_libtorch_cuda_linux_Packages
473
473
# ###############################################################################
474
- condition : and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], 'main '), eq(variables['BuildLibTorchPackages'], 'true'))
474
+ condition : and(ne(variables['system.pullrequest.isfork'], true), eq(variables['build.sourcebranchname'], 'u/kickBuild '), eq(variables['BuildLibTorchPackages'], 'true'))
475
475
dependsOn :
476
476
- Linux_Native_Build_For_Packages
477
477
variables :
0 commit comments