Addressing code review comment.

Fixing the set of files we put in the internal.tar.gz file.
This commit is contained in:
Livar 2018-12-27 15:27:24 -08:00 committed by GitHub
parent 5df3288c55
commit 0433e6b549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
<TarGzFileCreateFromDirectory
Condition=" '$(OSName)' != 'win' "
SourceDirectory="$(RedistLayoutPath)"
SourceDirectory="$(SdkInternalLayoutPath)"
DestinationArchive="$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionSdk).tar.gz"
OverwriteDestination="true"
IgnoreExitCode="$(IgnoreTarExitCode)"/>