Skip to content

Commit c927466

Browse files
Update dependencies from https://github.com/microsoft/vstest build 20250123.5
Microsoft.SourceBuild.Intermediate.vstest , Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.12.0-release-24508-01 -> To Version 17.13.0-release-25073-05
1 parent 843734d commit c927466

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-deployment-tools -->
77
<add key="darc-pub-dotnet-deployment-tools-b2d5c0c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5/nuget/v3/index.json" />
8+
<add key="darc-pub-dotnet-deployment-tools-b2d5c0c-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-3/nuget/v3/index.json" />
89
<add key="darc-pub-dotnet-deployment-tools-b2d5c0c-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-2/nuget/v3/index.json" />
910
<add key="darc-pub-dotnet-deployment-tools-b2d5c0c-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-1/nuget/v3/index.json" />
1011
<!-- End: Package sources from dotnet-deployment-tools -->
@@ -44,6 +45,7 @@
4445
<!-- End: Package sources from dotnet-runtime -->
4546
<!-- Begin: Package sources from dotnet-templating -->
4647
<add key="darc-pub-dotnet-templating-abf3646" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-abf36462/nuget/v3/index.json" />
48+
<add key="darc-pub-dotnet-templating-abf3646-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-abf36462-3/nuget/v3/index.json" />
4749
<add key="darc-pub-dotnet-templating-abf3646-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-abf36462-2/nuget/v3/index.json" />
4850
<add key="darc-pub-dotnet-templating-abf3646-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-abf36462-1/nuget/v3/index.json" />
4951
<!-- End: Package sources from dotnet-templating -->

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,22 +208,22 @@
208208
<Uri>https://github.com/nuget/nuget.client</Uri>
209209
<Sha>c4b26195ee5a77e70b2ea5fd50db87d6a9194c24</Sha>
210210
</Dependency>
211-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.12.0-release-24508-01">
211+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.13.0-release-25073-05">
212212
<Uri>https://github.com/microsoft/vstest</Uri>
213-
<Sha>bc9161306b23641b0364b8f93d546da4d48da1eb</Sha>
213+
<Sha>e8cf3808d0b16dea8d6e1a9b77f1660a5ff45e13</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.12.0-release-24508-01">
215+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.13.0-release-25073-05">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>bc9161306b23641b0364b8f93d546da4d48da1eb</Sha>
217+
<Sha>e8cf3808d0b16dea8d6e1a9b77f1660a5ff45e13</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.12.0-release-24508-01">
219+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.13.0-release-25073-05">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>bc9161306b23641b0364b8f93d546da4d48da1eb</Sha>
221+
<Sha>e8cf3808d0b16dea8d6e1a9b77f1660a5ff45e13</Sha>
222222
</Dependency>
223223
<!-- Intermediate is necessary for source build. -->
224-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.12.0-release-24508-01">
224+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.13.0-release-25073-05">
225225
<Uri>https://github.com/microsoft/vstest</Uri>
226-
<Sha>bc9161306b23641b0364b8f93d546da4d48da1eb</Sha>
226+
<Sha>e8cf3808d0b16dea8d6e1a9b77f1660a5ff45e13</Sha>
227227
<SourceBuild RepoName="vstest" ManagedOnly="true" />
228228
</Dependency>
229229
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.1">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@
150150
</PropertyGroup>
151151
<PropertyGroup>
152152
<!-- Dependencies from https://github.com/Microsoft/vstest -->
153-
<MicrosoftNETTestSdkPackageVersion>17.12.0-release-24508-01</MicrosoftNETTestSdkPackageVersion>
154-
<MicrosoftTestPlatformCLIPackageVersion>17.12.0-release-24508-01</MicrosoftTestPlatformCLIPackageVersion>
155-
<MicrosoftTestPlatformBuildPackageVersion>17.12.0-release-24508-01</MicrosoftTestPlatformBuildPackageVersion>
153+
<MicrosoftNETTestSdkPackageVersion>17.13.0-release-25073-05</MicrosoftNETTestSdkPackageVersion>
154+
<MicrosoftTestPlatformCLIPackageVersion>17.13.0-release-25073-05</MicrosoftTestPlatformCLIPackageVersion>
155+
<MicrosoftTestPlatformBuildPackageVersion>17.13.0-release-25073-05</MicrosoftTestPlatformBuildPackageVersion>
156156
</PropertyGroup>
157157
<PropertyGroup>
158158
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)