Ensure the VSIX project is skipped when executing restore and build from dotnet-cli
This commit is contained in:
parent
c28940c915
commit
b064a28dcf
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue