Skip to content

Commit

Permalink
Ensure we define a default GetPackagingOutputs since it always needs …
Browse files Browse the repository at this point in the history
…to be present.

Fixes #115
  • Loading branch information
Oren Novotny committed Sep 7, 2018
1 parent 2b8299c commit a0e0353
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Source/MSBuild.Sdk.Extras/Build/Core.props
Expand Up @@ -66,6 +66,13 @@
<VBRuntime Condition="'$(VBRuntime)' == 'Embed'">Default</VBRuntime>
</PropertyGroup>


<!-- Ensure we always have GetPackagingOutputs defined early, it will be overriden later by some project types
But needs to be present or NuGet restore will fail
https://github.com/onovotny/MSBuildSdkExtras/issues/115
-->
<Target Name="GetPackagingOutputs" />

<Import Project="$(MSBuildThisFileDirectory)..\DefaultItems\DefaultItems.props"/>
<Import Project="$(MSBuildThisFileDirectory)..\ProjectSystem\ProjectSystem.props"/>

Expand Down

0 comments on commit a0e0353

Please sign in to comment.