Skip to content

Commit b8bc8fe

Browse files
Update dependencies from https://github.com/microsoft/vstest build
Microsoft.NET.Test.Sdk , Microsoft.TestPlatform.Build , Microsoft.TestPlatform.CLI From Version 17.10.0-preview-24158-06 -> To Version 17.10.0-preview-24163-01
1 parent b1509b8 commit b8bc8fe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,18 +179,18 @@
179179
<Uri>https://github.com/nuget/nuget.client</Uri>
180180
<Sha>2fdd0d41e33c3354de2750fe154b56751a6682aa</Sha>
181181
</Dependency>
182-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.10.0-preview-24158-06">
182+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.10.0-preview-24163-01">
183183
<Uri>https://github.com/microsoft/vstest</Uri>
184-
<Sha>316167369cea59e0ad6ece2a39d94a3a6d49cf12</Sha>
184+
<Sha>c609e2c022b0087b227436a4debf45525eed00e9</Sha>
185185
<SourceBuild RepoName="vstest" ManagedOnly="true" />
186186
</Dependency>
187-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.10.0-preview-24158-06">
187+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.10.0-preview-24163-01">
188188
<Uri>https://github.com/microsoft/vstest</Uri>
189-
<Sha>316167369cea59e0ad6ece2a39d94a3a6d49cf12</Sha>
189+
<Sha>c609e2c022b0087b227436a4debf45525eed00e9</Sha>
190190
</Dependency>
191-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.10.0-preview-24158-06">
191+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.10.0-preview-24163-01">
192192
<Uri>https://github.com/microsoft/vstest</Uri>
193-
<Sha>316167369cea59e0ad6ece2a39d94a3a6d49cf12</Sha>
193+
<Sha>c609e2c022b0087b227436a4debf45525eed00e9</Sha>
194194
</Dependency>
195195
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.2">
196196
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
</PropertyGroup>
100100
<PropertyGroup>
101101
<!-- Dependencies from https://github.com/Microsoft/vstest -->
102-
<MicrosoftNETTestSdkPackageVersion>17.10.0-preview-24158-06</MicrosoftNETTestSdkPackageVersion>
103-
<MicrosoftTestPlatformCLIPackageVersion>17.10.0-preview-24158-06</MicrosoftTestPlatformCLIPackageVersion>
104-
<MicrosoftTestPlatformBuildPackageVersion>17.10.0-preview-24158-06</MicrosoftTestPlatformBuildPackageVersion>
102+
<MicrosoftNETTestSdkPackageVersion>17.10.0-preview-24163-01</MicrosoftNETTestSdkPackageVersion>
103+
<MicrosoftTestPlatformCLIPackageVersion>17.10.0-preview-24163-01</MicrosoftTestPlatformCLIPackageVersion>
104+
<MicrosoftTestPlatformBuildPackageVersion>17.10.0-preview-24163-01</MicrosoftTestPlatformBuildPackageVersion>
105105
</PropertyGroup>
106106
<PropertyGroup>
107107
<!-- Dependencies from https://github.com/dotnet/runtime -->

0 commit comments

Comments
 (0)