Skip to content

Commit 47aebc0

Browse files
Update dependencies from https://github.com/microsoft/vstest build 20250401.1
Microsoft.SourceBuild.Intermediate.vstest , Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.14.0-preview-25181-02 -> To Version 17.14.0-preview-25201-01
1 parent d1bbcda commit 47aebc0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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.14.0-preview-25181-02">
211+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.0-preview-25201-01">
212212
<Uri>https://github.com/microsoft/vstest</Uri>
213-
<Sha>c9a26cb2dd73ecfd1be3cf8f90fb43172646fcb3</Sha>
213+
<Sha>72fcaec0a118c15b702c68b859c238eed6b1cd17</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25181-02">
215+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25201-01">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>c9a26cb2dd73ecfd1be3cf8f90fb43172646fcb3</Sha>
217+
<Sha>72fcaec0a118c15b702c68b859c238eed6b1cd17</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25181-02">
219+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25201-01">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>c9a26cb2dd73ecfd1be3cf8f90fb43172646fcb3</Sha>
221+
<Sha>72fcaec0a118c15b702c68b859c238eed6b1cd17</Sha>
222222
</Dependency>
223223
<!-- Intermediate is necessary for source build. -->
224-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25181-02">
224+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25201-01">
225225
<Uri>https://github.com/microsoft/vstest</Uri>
226-
<Sha>c9a26cb2dd73ecfd1be3cf8f90fb43172646fcb3</Sha>
226+
<Sha>72fcaec0a118c15b702c68b859c238eed6b1cd17</Sha>
227227
<SourceBuild RepoName="vstest" ManagedOnly="true" />
228228
</Dependency>
229229
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.3">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@
151151
</PropertyGroup>
152152
<PropertyGroup>
153153
<!-- Dependencies from https://github.com/Microsoft/vstest -->
154-
<MicrosoftNETTestSdkPackageVersion>17.14.0-preview-25181-02</MicrosoftNETTestSdkPackageVersion>
155-
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25181-02</MicrosoftTestPlatformCLIPackageVersion>
156-
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25181-02</MicrosoftTestPlatformBuildPackageVersion>
154+
<MicrosoftNETTestSdkPackageVersion>17.14.0-preview-25201-01</MicrosoftNETTestSdkPackageVersion>
155+
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25201-01</MicrosoftTestPlatformCLIPackageVersion>
156+
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25201-01</MicrosoftTestPlatformBuildPackageVersion>
157157
</PropertyGroup>
158158
<PropertyGroup>
159159
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)