Skip to content

Commit

Permalink
[main] Update dependencies from microsoft/vstest (#44955)
Browse files Browse the repository at this point in the history
[main] Update dependencies from microsoft/vstest
  • Loading branch information
dotnet-maestro[bot] authored Nov 19, 2024
1 parent b3c6c4a commit 5ef57c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,22 +212,22 @@
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>aa7eb9987d28e7169cfabfa484f2fdd22d2b91d2</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.13.0-preview-24563-01">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.13.0-preview-24569-02">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>7892673cf1302662e4aee495628a25dd6e32ef0d</Sha>
<Sha>7d34b30433259fb914aaaf276fde663a47b6ef2f</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.13.0-preview-24563-01">
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.13.0-preview-24569-02">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>7892673cf1302662e4aee495628a25dd6e32ef0d</Sha>
<Sha>7d34b30433259fb914aaaf276fde663a47b6ef2f</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.13.0-preview-24563-01">
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.13.0-preview-24569-02">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>7892673cf1302662e4aee495628a25dd6e32ef0d</Sha>
<Sha>7d34b30433259fb914aaaf276fde663a47b6ef2f</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.13.0-preview-24563-01">
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.13.0-preview-24569-02">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>7892673cf1302662e4aee495628a25dd6e32ef0d</Sha>
<Sha>7d34b30433259fb914aaaf276fde663a47b6ef2f</Sha>
<SourceBuild RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-alpha.1.24565.3">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/vstest -->
<MicrosoftNETTestSdkPackageVersion>17.13.0-preview-24563-01</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.13.0-preview-24563-01</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.13.0-preview-24563-01</MicrosoftTestPlatformBuildPackageVersion>
<MicrosoftNETTestSdkPackageVersion>17.13.0-preview-24569-02</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.13.0-preview-24569-02</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.13.0-preview-24569-02</MicrosoftTestPlatformBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
Expand Down

0 comments on commit 5ef57c8

Please sign in to comment.