Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Ensure the VSIX project is skipped when executing restore and build f…
Browse files Browse the repository at this point in the history
…rom dotnet-cli
  • Loading branch information
Nate McMaster committed Oct 18, 2017
1 parent a1671c9 commit cff2ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/repo.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<Import Project="VSIX.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>
Expand Down

0 comments on commit cff2ef2

Please sign in to comment.