Merge remote-tracking branch 'upstream/release/6.0.1xx-preview5' into HEAD
This commit is contained in:
commit
3ab5d1c2bf
1 changed files with 2 additions and 2 deletions
|
@ -68,11 +68,11 @@
|
|||
<ItemGroup>
|
||||
<ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\data\**\*"
|
||||
Condition="Exists('%(RestoredNupkgContentPath)\data')"
|
||||
DestinationPath="%(WorkloadManifestId)/"/>
|
||||
DestinationPath="$([MSBuild]::ValueOrDefault('%(WorkloadManifestId)', '').ToLower())/"/>
|
||||
|
||||
<ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\**\*.json;%(BundledManifests.RestoredNupkgContentPath)\**\*.targets"
|
||||
Condition="!Exists('%(BundledManifests.RestoredNupkgContentPath)\data')"
|
||||
DestinationPath="%(BundledManifests.WorkloadManifestId)/"/>
|
||||
DestinationPath="$([MSBuild]::ValueOrDefault('%(BundledManifests.WorkloadManifestId)', '').ToLower())/"/>
|
||||
</ItemGroup>
|
||||
|
||||
<Error Text="No workload manifest content found." Condition="'@(ManifestContent->Count())' == '0'" />
|
||||
|
|
Loading…
Reference in a new issue