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:
88
88
# Signed build #
89
89
# -------------------------------------------------------------------------------------------------------------------#
90
90
# Localization: we only run it for specific release branches
91
- - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.14 ') }} :
91
+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main ') }} :
92
92
- template : /eng/common/templates-official/job/onelocbuild.yml@self
93
93
parameters :
94
94
MirrorRepo : fsharp
@@ -133,7 +133,7 @@ extends:
133
133
- checkout : self
134
134
clean : true
135
135
- template : /eng/restore-internal-tools.yml
136
- - script : eng\CIBuild .cmd
136
+ - script : eng\CIBuildNoPublish .cmd
137
137
-configuration $(_BuildConfig)
138
138
-prepareMachine
139
139
-testAllButIntegrationAndAot
You can’t perform that action at this time.
0 commit comments