Correctly generate internal and combined archives

This commit is contained in:
Daniel Plaisted 2018-12-06 13:31:59 -08:00
parent 5c56d2c273
commit f2481a29b3

View file

@ -12,6 +12,11 @@
<ZipFileCreateFromDirectory
SourceDirectory="$(RedistLayoutPath)"
DestinationArchive="$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk).zip"
OverwriteDestination="true" />
<ZipFileCreateFromDirectory
SourceDirectory="$(SdkInternalLayoutPath)"
DestinationArchive="$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionSdk).zip"
OverwriteDestination="true" />