Skip to content

Commit 0da1553

Browse files
authored
[release/9.0.3xx] Update dependencies from microsoft/vstest (#46266)
2 parents 8bc0db3 + e591a30 commit 0da1553

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
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.12.0-release-24508-01">
211+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.14.0-preview-25079-01">
212212
<Uri>https://github.com/microsoft/vstest</Uri>
213-
<Sha>bc9161306b23641b0364b8f93d546da4d48da1eb</Sha>
213+
<Sha>0c76159090e0921b9cf38b95092dbccd4e59cd24</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.12.0-release-24508-01">
215+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.14.0-preview-25079-01">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>bc9161306b23641b0364b8f93d546da4d48da1eb</Sha>
217+
<Sha>0c76159090e0921b9cf38b95092dbccd4e59cd24</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.12.0-release-24508-01">
219+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.14.0-preview-25079-01">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>bc9161306b23641b0364b8f93d546da4d48da1eb</Sha>
221+
<Sha>0c76159090e0921b9cf38b95092dbccd4e59cd24</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.14.0-preview-25079-01">
225225
<Uri>https://github.com/microsoft/vstest</Uri>
226-
<Sha>bc9161306b23641b0364b8f93d546da4d48da1eb</Sha>
226+
<Sha>0c76159090e0921b9cf38b95092dbccd4e59cd24</Sha>
227227
<SourceBuild RepoName="vstest" ManagedOnly="true" />
228228
</Dependency>
229229
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0">

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.14.0-preview-25079-01</MicrosoftNETTestSdkPackageVersion>
154+
<MicrosoftTestPlatformCLIPackageVersion>17.14.0-preview-25079-01</MicrosoftTestPlatformCLIPackageVersion>
155+
<MicrosoftTestPlatformBuildPackageVersion>17.14.0-preview-25079-01</MicrosoftTestPlatformBuildPackageVersion>
156156
</PropertyGroup>
157157
<PropertyGroup>
158158
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

src/Layout/redist/targets/GenerateLayout.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@
177177
<Target Name="PublishTestCli"
178178
BeforeTargets="Build">
179179
<PropertyGroup>
180-
<TestCliNuGetDirectoryTargetFramework Condition="'$(DotNetBuildSourceOnly)' != 'true'" >netcoreapp3.1</TestCliNuGetDirectoryTargetFramework>
181-
<TestCliNuGetDirectoryTargetFramework Condition="'$(DotNetBuildSourceOnly)' == 'true'" >net9.0</TestCliNuGetDirectoryTargetFramework>
180+
<TestCliNuGetDirectoryTargetFramework>net9.0</TestCliNuGetDirectoryTargetFramework>
182181
<TestCliNuGetDirectory>$(NuGetPackageRoot)/microsoft.testplatform.cli/$(MicrosoftTestPlatformCLIPackageVersion)/contentFiles/any/$(TestCliNuGetDirectoryTargetFramework)/</TestCliNuGetDirectory>
183182
</PropertyGroup>
184183
<ItemGroup>

0 commit comments

Comments
 (0)