Skip to content

Commit 4790b9e

Browse files
authored
Update azure-pipelines.yml - changes for signed builds and localization (#18655)
1 parent 0dd8a0a commit 4790b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/dev17.14') }}:
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

0 commit comments

Comments
 (0)