Skip to content

Commit c0cd0ed

Browse files
authored
Update to version with code flow guard (#15279)
* Update to version with code flow guard * Don't copy 'copy local' files, because it copies xml and resources into incorrect places * update to stable
1 parent f7325aa commit c0cd0ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<MicrosoftVisualStudioInteropVersion>17.13.39960</MicrosoftVisualStudioInteropVersion>
6060
<MicrosoftVSTelemetryVersion>17.13.24</MicrosoftVSTelemetryVersion>
6161
<MicrosoftVSUtilitiesInternalVersion>16.3.90</MicrosoftVSUtilitiesInternalVersion>
62-
<MicrosoftVSSDKBuildToolsVersion>17.4.2124</MicrosoftVSSDKBuildToolsVersion>
62+
<MicrosoftVSSDKBuildToolsVersion>17.14.2117</MicrosoftVSSDKBuildToolsVersion>
6363
<MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
6464
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
6565
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>

src/package/Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI/Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
1818
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
1919
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
20+
<IncludeCopyLocalReferencesInVSIXContainer>false</IncludeCopyLocalReferencesInVSIXContainer>
2021
<ExtensionInstallationFolder>TestPlatform</ExtensionInstallationFolder>
2122

2223
<!-- Arcade SDK marks all the assemblies included in the packages for NGEN by default. -->

0 commit comments

Comments
 (0)