Skip to content

Commit 4681a92

Browse files
authored
[main] Update dependencies from microsoft/vstest (dotnet#42157)
2 parents 10803ec + 096a78f commit 4681a92

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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>5485ea697de98eee58746e0b0054cd478e33a1a5</Sha>
210210
</Dependency>
211-
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.12.0-preview-24353-03">
211+
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.12.0-preview-24373-01">
212212
<Uri>https://github.com/microsoft/vstest</Uri>
213-
<Sha>a1f5a6500b8cfefa81adbb652a84ad0ba884c140</Sha>
213+
<Sha>636ce35409e24424388389a0fd47f8b8ece42117</Sha>
214214
</Dependency>
215-
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.12.0-preview-24353-03">
215+
<Dependency Name="Microsoft.TestPlatform.CLI" Version="17.12.0-preview-24373-01">
216216
<Uri>https://github.com/microsoft/vstest</Uri>
217-
<Sha>a1f5a6500b8cfefa81adbb652a84ad0ba884c140</Sha>
217+
<Sha>636ce35409e24424388389a0fd47f8b8ece42117</Sha>
218218
</Dependency>
219-
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.12.0-preview-24353-03">
219+
<Dependency Name="Microsoft.TestPlatform.Build" Version="17.12.0-preview-24373-01">
220220
<Uri>https://github.com/microsoft/vstest</Uri>
221-
<Sha>a1f5a6500b8cfefa81adbb652a84ad0ba884c140</Sha>
221+
<Sha>636ce35409e24424388389a0fd47f8b8ece42117</Sha>
222222
</Dependency>
223223
<!-- Intermediate is necessary for source build. -->
224-
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.12.0-preview-24353-03">
224+
<Dependency Name="Microsoft.SourceBuild.Intermediate.vstest" Version="17.12.0-preview-24373-01">
225225
<Uri>https://github.com/microsoft/vstest</Uri>
226-
<Sha>a1f5a6500b8cfefa81adbb652a84ad0ba884c140</Sha>
226+
<Sha>636ce35409e24424388389a0fd47f8b8ece42117</Sha>
227227
<SourceBuild RepoName="vstest" ManagedOnly="true" />
228228
</Dependency>
229229
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.0-rc.1.24378.5">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@
183183
</PropertyGroup>
184184
<PropertyGroup>
185185
<!-- Dependencies from https://github.com/Microsoft/vstest -->
186-
<MicrosoftNETTestSdkPackageVersion>17.12.0-preview-24353-03</MicrosoftNETTestSdkPackageVersion>
187-
<MicrosoftTestPlatformCLIPackageVersion>17.12.0-preview-24353-03</MicrosoftTestPlatformCLIPackageVersion>
188-
<MicrosoftTestPlatformBuildPackageVersion>17.12.0-preview-24353-03</MicrosoftTestPlatformBuildPackageVersion>
186+
<MicrosoftNETTestSdkPackageVersion>17.12.0-preview-24373-01</MicrosoftNETTestSdkPackageVersion>
187+
<MicrosoftTestPlatformCLIPackageVersion>17.12.0-preview-24373-01</MicrosoftTestPlatformCLIPackageVersion>
188+
<MicrosoftTestPlatformBuildPackageVersion>17.12.0-preview-24373-01</MicrosoftTestPlatformBuildPackageVersion>
189189
</PropertyGroup>
190190
<PropertyGroup>
191191
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->

src/SourceBuild/content/repo-projects/vstest.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>
55

6-
<BuildArgs>$(BuildArgs) /p:SemanticVersioningV1=true</BuildArgs>
6+
<BuildArgs>$(BuildArgs) /p:SemanticVersioningV1=true /p:IncludeSourceRevisionInInformationalVersion=false</BuildArgs>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)