Error on invalid workload content

This commit is contained in:
Sarah Oslund 2021-03-22 14:55:56 -07:00
parent efe1496340
commit b69eb79398

View file

@ -69,6 +69,8 @@
<ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\**\*.json;%(BundledManifests.RestoredNupkgContentPath)\**\*.targets" <ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\**\*.json;%(BundledManifests.RestoredNupkgContentPath)\**\*.targets"
DestinationPath="%(WorkloadManifestId)/"/> DestinationPath="%(WorkloadManifestId)/"/>
</ItemGroup> </ItemGroup>
<Error Text="No workload manifest content found." Condition="'@(ManifestContent->Count())' == '0'" />
</Target> </Target>
</Project> </Project>