Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/8.0.3xx] Update dependencies from microsoft/vstest #37983

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
4016f89
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 12, 2024
9384a8e
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 13, 2024
b25b3fe
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 14, 2024
9027190
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 15, 2024
c67792a
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 16, 2024
b5868bc
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 17, 2024
e0e225c
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 18, 2024
ce2636a
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 19, 2024
20240f3
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 20, 2024
88af623
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 21, 2024
ada1bad
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 22, 2024
5bd532c
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 23, 2024
26b2002
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 24, 2024
d9c6d23
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 25, 2024
4c91f79
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 26, 2024
ee08e89
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 27, 2024
eca72f1
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 28, 2024
be2ff37
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 29, 2024
51923dc
Update dependencies from https://github.com/microsoft/vstest build 20…
dotnet-maestro[bot] Jan 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,18 +179,18 @@
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>e92be3915309e687044768de38933ac5fc4cb40c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.9.0-release-23627-01">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.10.0-preview-24080-01">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>053d7114a72aac12d1382ecc2a23b2dfdd5b084b</Sha>
<Sha>d61759559535f43790211fa53be7829dfe598841</Sha>
<SourceBuild RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.9.0-release-23627-01">
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.10.0-preview-24080-01">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>053d7114a72aac12d1382ecc2a23b2dfdd5b084b</Sha>
<Sha>d61759559535f43790211fa53be7829dfe598841</Sha>
</Dependency>
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.9.0-release-23627-01">
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.10.0-preview-24080-01">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>053d7114a72aac12d1382ecc2a23b2dfdd5b084b</Sha>
<Sha>d61759559535f43790211fa53be7829dfe598841</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/vstest -->
<MicrosoftNETTestSdkPackageVersion>17.9.0-release-23627-01</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.9.0-release-23627-01</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.9.0-release-23627-01</MicrosoftTestPlatformBuildPackageVersion>
<MicrosoftNETTestSdkPackageVersion>17.10.0-preview-24080-01</MicrosoftNETTestSdkPackageVersion>
<MicrosoftTestPlatformCLIPackageVersion>17.10.0-preview-24080-01</MicrosoftTestPlatformCLIPackageVersion>
<MicrosoftTestPlatformBuildPackageVersion>17.10.0-preview-24080-01</MicrosoftTestPlatformBuildPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/runtime -->
Expand Down
Loading