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

Commit cff2ef2

Browse files
author
Nate McMaster
committed
Ensure the VSIX project is skipped when executing restore and build from dotnet-cli
1 parent a1671c9 commit cff2ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/repo.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<Import Project="VSIX.targets" />
33
<ItemGroup>
4-
<Solutions Update="..\Razor.sln">
4+
<Solutions Update="$(RepositoryRoot)Razor.sln">
55
<!-- the 'DebugNoVSIX' and 'ReleaseNoVSIX' configurations exclude the VSIX project, which doesn't build with Microsoft.NET.Sdk yet. -->
66
<AdditionalProperties>Configuration=$(Configuration)NoVSIX</AdditionalProperties>
77
</Solutions>

0 commit comments

Comments
 (0)