Skip to content

Commit dde2779

Browse files
authored
Don't set VSIXToolsPath (#11749)
Apparently this was the cause of restore failures in recent times. Seems to fix them 🤷‍♂️
2 parents e4fb035 + 6fa2c44 commit dde2779

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Razor/src/Microsoft.VisualStudio.RazorExtension/Microsoft.VisualStudio.RazorExtension.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<!-- Don't automatically include dependencies -->
1717
<IncludePackageReferencesInVSIXContainer>false</IncludePackageReferencesInVSIXContainer>
1818

19-
<!-- Update the VSToolsPath to ensure VSIX builds -->
20-
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
2119
<ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
2220
<IsPackable>true</IsPackable>
2321
<IsShippingAssembly>true</IsShippingAssembly>

0 commit comments

Comments
 (0)