Merge pull request #10827 from sfoslund/MergePrev5ToMain
Merge 6.0.1xx prev 5 to main
This commit is contained in:
commit
2b22923a51
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…
Add table
Add a link
Reference in a new issue