Correctly generate internal and combined archives
This commit is contained in:
parent
5c56d2c273
commit
f2481a29b3
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
|
||||
<ZipFileCreateFromDirectory
|
||||
SourceDirectory="$(RedistLayoutPath)"
|
||||
DestinationArchive="$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk).zip"
|
||||
OverwriteDestination="true" />
|
||||
|
||||
<ZipFileCreateFromDirectory
|
||||
SourceDirectory="$(SdkInternalLayoutPath)"
|
||||
DestinationArchive="$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionSdk).zip"
|
||||
OverwriteDestination="true" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue