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:
parent
9c13bb4ea0
commit
c42e66d6ed
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue