Skip to content

Commit 399d88d

Browse files
Update dependencies from https://github.com/microsoft/vstest build 20250828.1
Microsoft.SourceBuild.Intermediate.vstest , Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.14.1-release-25411-02 -> To Version 17.14.1-release-25428-01
1 parent 04a5547 commit 399d88d

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

NuGet.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
<!-- End: Package sources from dotnet-runtime -->
3737
<!-- Begin: Package sources from dotnet-templating -->
3838
<add key="darc-pub-dotnet-templating-813004f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-813004f3/nuget/v3/index.json" />
39+
<add key="darc-pub-dotnet-templating-813004f-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-813004f3-5/nuget/v3/index.json" />
40+
<add key="darc-pub-dotnet-templating-813004f-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-813004f3-4/nuget/v3/index.json" />
41+
<add key="darc-pub-dotnet-templating-813004f-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-813004f3-3/nuget/v3/index.json" />
42+
<add key="darc-pub-dotnet-templating-813004f-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-813004f3-2/nuget/v3/index.json" />
43+
<add key="darc-pub-dotnet-templating-813004f-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-813004f3-1/nuget/v3/index.json" />
3944
<!-- End: Package sources from dotnet-templating -->
4045
<!-- Begin: Package sources from dotnet-windowsdesktop -->
4146
<!-- End: Package sources from dotnet-windowsdesktop -->

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>0da03caba83448ee887f0f1846dd05e1f1705d45</Sha>
210210
</Dependency>
211-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.1-release-25411-02">
211+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.1-release-25428-01">
212212
<Uri>https://github.com/microsoft/vstest</Uri>
213-
<Sha>4ac9f0d4d2df494076374c8f8943155e1b24fef3</Sha>
213+
<Sha>51441adcd6c424ae7315d66ce7e96baf34d70369</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.1-release-25411-02">
215+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.1-release-25428-01">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>4ac9f0d4d2df494076374c8f8943155e1b24fef3</Sha>
217+
<Sha>51441adcd6c424ae7315d66ce7e96baf34d70369</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.1-release-25411-02">
219+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.1-release-25428-01">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>4ac9f0d4d2df494076374c8f8943155e1b24fef3</Sha>
221+
<Sha>51441adcd6c424ae7315d66ce7e96baf34d70369</Sha>
222222
</Dependency>
223223
<!-- Intermediate is necessary for source build. -->
224-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.1-release-25411-02">
224+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.1-release-25428-01">
225225
<Uri>https://github.com/microsoft/vstest</Uri>
226-
<Sha>4ac9f0d4d2df494076374c8f8943155e1b24fef3</Sha>
226+
<Sha>51441adcd6c424ae7315d66ce7e96baf34d70369</Sha>
227227
<SourceBuild RepoName="vstest" ManagedOnly="true" />
228228
</Dependency>
229229
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.8">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@
154154
</PropertyGroup>
155155
<PropertyGroup>
156156
<!-- Dependencies from https://github.com/Microsoft/vstest -->
157-
<MicrosoftNETTestSdkPackageVersion>17.14.1-release-25411-02</MicrosoftNETTestSdkPackageVersion>
158-
<MicrosoftTestPlatformCLIPackageVersion>17.14.1-release-25411-02</MicrosoftTestPlatformCLIPackageVersion>
159-
<MicrosoftTestPlatformBuildPackageVersion>17.14.1-release-25411-02</MicrosoftTestPlatformBuildPackageVersion>
157+
<MicrosoftNETTestSdkPackageVersion>17.14.1-release-25428-01</MicrosoftNETTestSdkPackageVersion>
158+
<MicrosoftTestPlatformCLIPackageVersion>17.14.1-release-25428-01</MicrosoftTestPlatformCLIPackageVersion>
159+
<MicrosoftTestPlatformBuildPackageVersion>17.14.1-release-25428-01</MicrosoftTestPlatformBuildPackageVersion>
160160
</PropertyGroup>
161161
<PropertyGroup>
162162
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)