Addressing code review comment.
Fixing the set of files we put in the internal.tar.gz file.
This commit is contained in:
parent
5df3288c55
commit
0433e6b549
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<TarGzFileCreateFromDirectory
|
<TarGzFileCreateFromDirectory
|
||||||
Condition=" '$(OSName)' != 'win' "
|
Condition=" '$(OSName)' != 'win' "
|
||||||
SourceDirectory="$(RedistLayoutPath)"
|
SourceDirectory="$(SdkInternalLayoutPath)"
|
||||||
DestinationArchive="$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionSdk).tar.gz"
|
DestinationArchive="$(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionSdk).tar.gz"
|
||||||
OverwriteDestination="true"
|
OverwriteDestination="true"
|
||||||
IgnoreExitCode="$(IgnoreTarExitCode)"/>
|
IgnoreExitCode="$(IgnoreTarExitCode)"/>
|
||||||
|
|
Loading…
Reference in a new issue