Error on invalid workload content
This commit is contained in:
parent
efe1496340
commit
b69eb79398
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@
|
|||
<ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\**\*.json;%(BundledManifests.RestoredNupkgContentPath)\**\*.targets"
|
||||
DestinationPath="%(WorkloadManifestId)/"/>
|
||||
</ItemGroup>
|
||||
|
||||
<Error Text="No workload manifest content found." Condition="'@(ManifestContent->Count())' == '0'" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue