Skip to content

Commit c4a97a5

Browse files
Update dependencies from https://github.com/microsoft/vstest build 20250317.1
Microsoft.SourceBuild.Intermediate.vstest , Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.14.0-preview-25162-01 -> To Version 17.14.0-preview-25167-01
1 parent 265aa2f commit c4a97a5

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-25162-01">
211+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.0-preview-25167-01">
212212
<Uri>https://github.com/microsoft/vstest</Uri>
213-
<Sha>6ddf9ccf210ea9f4e38226497c5495fcccc5e0bd</Sha>
213+
<Sha>ce9daafcdff093c9480f0d0b372cbcdef434abb5</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25162-01">
215+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25167-01">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>6ddf9ccf210ea9f4e38226497c5495fcccc5e0bd</Sha>
217+
<Sha>ce9daafcdff093c9480f0d0b372cbcdef434abb5</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25162-01">
219+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25167-01">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>6ddf9ccf210ea9f4e38226497c5495fcccc5e0bd</Sha>
221+
<Sha>ce9daafcdff093c9480f0d0b372cbcdef434abb5</Sha>
222222
</Dependency>
223223
<!-- Intermediate is necessary for source build. -->
224-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25162-01">
224+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.14.0-preview-25167-01">
225225
<Uri>https://github.com/microsoft/vstest</Uri>
226-
<Sha>6ddf9ccf210ea9f4e38226497c5495fcccc5e0bd</Sha>
226+
<Sha>ce9daafcdff093c9480f0d0b372cbcdef434abb5</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-25162-01</MicrosoftNETTestSdkPackageVersion>
155-
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25162-01</MicrosoftTestPlatformCLIPackageVersion>
156-
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25162-01</MicrosoftTestPlatformBuildPackageVersion>
154+
<MicrosoftNETTestSdkPackageVersion>17.14.0-preview-25167-01</MicrosoftNETTestSdkPackageVersion>
155+
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25167-01</MicrosoftTestPlatformCLIPackageVersion>
156+
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25167-01</MicrosoftTestPlatformBuildPackageVersion>
157157
</PropertyGroup>
158158
<PropertyGroup>
159159
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

0 commit comments

Comments
 (0)