Skip to content

Commit 37ae4ff

Browse files
authored
Merge pull request #18658 from dotnet/merge/main-to-release/dev18.0
[automated] Merge branch 'main' => 'release/dev18.0'
2 parents df24b56 + 8575a89 commit 37ae4ff

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/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

0 commit comments

Comments
 (0)