Skip to content

Commit 09312a6

Browse files
authored
Update infra config
2 parents b2c6d96 + a5028e4 commit 09312a6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,19 @@
127127
</Dependency>
128128
</ProductDependencies>
129129
<ToolsetDependencies>
130-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25164.2">
130+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25204.5">
131131
<Uri>https://github.com/dotnet/arcade</Uri>
132-
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
132+
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
133133
</Dependency>
134134
<!-- Intermediate is necessary for source build. -->
135-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25164.2">
135+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25204.5">
136136
<Uri>https://github.com/dotnet/arcade</Uri>
137-
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
137+
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
138138
<SourceBuild RepoName="arcade" ManagedOnly="true" />
139139
</Dependency>
140-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25164.2">
140+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25204.5">
141141
<Uri>https://github.com/dotnet/arcade</Uri>
142-
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
142+
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
143143
</Dependency>
144144
<Dependency Name="Microsoft.DiaSymReader" Version="2.0.0">
145145
<Uri>https://github.com/dotnet/symreader</Uri>
@@ -155,9 +155,9 @@
155155
<Uri>https://github.com/dotnet/roslyn</Uri>
156156
<Sha>5d10d428050c0d6afef30a072c4ae68776621877</Sha>
157157
</Dependency>
158-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25164.2">
158+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25204.5">
159159
<Uri>https://github.com/dotnet/arcade</Uri>
160-
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
160+
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
161161
</Dependency>
162162
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23468.1">
163163
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

eng/config/PublishData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"Shipping",
169169
"NonShipping"
170170
],
171-
"vsBranch": "main",
171+
"vsBranch": "rel/d17.14",
172172
"insertionTitlePrefix": "[d17.14 P3]",
173173
"insertionCreateDraftPR": false
174174
},

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25164.2",
15-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25164.2",
14+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25204.5",
15+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25204.5",
1616
"Microsoft.Build.Traversal": "3.4.0"
1717
}
1818
}

0 commit comments

Comments
 (0)