Skip to content

Commit 4205628

Browse files
committed
Move localization to main
9.0.3xx is locked down. Let's enable localization in main so we get early net10 loc especially as we moved all our resx files around.
1 parent fa2361b commit 4205628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ extends:
107107
templateFolderName: templates-official
108108
publishTaskPrefix: 1ES.
109109
runtimeSourceProperties: /p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
110-
locBranch: release/9.0.3xx
110+
locBranch: main
111111
# WORKAROUND: BinSkim requires the folder exist prior to scanning.
112112
preSteps:
113113
- powershell: New-Item -ItemType Directory -Path $(Build.SourcesDirectory)/artifacts/bin -Force

0 commit comments

Comments
 (0)