The target "ComposeSdk" needs "Prepare" to have been run - make it dependent so we can run the single "ComposeSdk" target.

This commit is contained in:
jbeisner 2018-07-03 15:38:10 +00:00
parent 9c13bb4ea0
commit c42e66d6ed

View file

@ -7,7 +7,7 @@
<PublishDir>$(SdkOutputDirectory)</PublishDir>
</PropertyGroup>
<Target Name="ComposeSdk">
<Target Name="ComposeSdk" DependsOnTargets="Prepare">
<MSBuild Projects="$(SrcDirectory)/redist/redist.csproj"
Targets="Publish" />
</Target>