File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ extends:
8888 # Signed build #
8989 # -------------------------------------------------------------------------------------------------------------------#
9090 # Localization: we only run it for specific release branches
91- - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev18.0 ') }} :
91+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main ') }} :
9292 - template : /eng/common/templates-official/job/onelocbuild.yml@self
9393 parameters :
9494 MirrorRepo : fsharp
@@ -133,7 +133,7 @@ extends:
133133 - checkout : self
134134 clean : true
135135 - template : /eng/restore-internal-tools.yml
136- - script : eng\CIBuild .cmd
136+ - script : eng\CIBuildNoPublish .cmd
137137 -configuration $(_BuildConfig)
138138 -prepareMachine
139139 -testAllButIntegrationAndAot
You can’t perform that action at this time.
0 commit comments