Skip to content

Commit 6deaf6c

Browse files
authored
Update the loc build to target 9.0.2xx
After this flows to 9.0.2xx and we get a loc build from there, we'll need to file an internal ticket to change the backend loc target branch.
1 parent 50e04b8 commit 6deaf6c

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
@@ -104,7 +104,7 @@ extends:
104104
templateFolderName: templates-official
105105
publishTaskPrefix: 1ES.
106106
runtimeSourceProperties: /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
107-
locBranch: release/9.0.1xx
107+
locBranch: release/9.0.2xx
108108
${{ if and(eq(parameters.runTestBuild, false), ne(variables['Build.Reason'], 'PullRequest')) }}:
109109
timeoutInMinutes: 90
110110
windowsJobParameterSets:

0 commit comments

Comments
 (0)