Skip to content

Commit 961c21d

Browse files
kick build
1 parent b6e4706 commit 961c21d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variables:
99

1010
# Set this to 'true' to build the libtorch-* packages as part of main branch CI and
1111
# push them to the artifacts feed of the Azure CI project
12-
BuildLibTorchPackages: false
12+
BuildLibTorchPackages: true
1313
PushPackagesToFeed: false
1414

1515
resources:
@@ -88,7 +88,7 @@ jobs:
8888
################################################################################
8989
- job: Linux_Native_Build_For_Packages
9090
################################################################################
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'))
9292
variables:
9393
BuildConfig: Release
9494
OfficialBuildId: $(BUILD.BUILDNUMBER)
@@ -471,7 +471,7 @@ jobs:
471471
################################################################################
472472
- job: Build_libtorch_cuda_linux_Packages
473473
################################################################################
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'))
475475
dependsOn:
476476
- Linux_Native_Build_For_Packages
477477
variables:

0 commit comments

Comments
 (0)