Ensure the VSIX project is skipped when executing restore and build from dotnet-cli

This commit is contained in:
Nate McMaster 2017-10-18 14:48:35 -07:00
parent c28940c915
commit b064a28dcf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<Import Project="VSIX.targets" />
<Import Project="MPack.targets" />
<ItemGroup>
<Solutions Update="..\Razor.sln">
<Solutions Update="$(RepositoryRoot)Razor.sln">
<!-- the 'DebugNoVSIX' and 'ReleaseNoVSIX' configurations exclude the VSIX project, which doesn't build with Microsoft.NET.Sdk yet. -->
<AdditionalProperties>Configuration=$(Configuration)NoVSIX</AdditionalProperties>
</Solutions>