Exclude internal tarball from source-build
This commit is contained in:
parent
cc0fc0b795
commit
1d85104879
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
IgnoreExitCode="$(IgnoreTarExitCode)"/>
|
IgnoreExitCode="$(IgnoreTarExitCode)"/>
|
||||||
|
|
||||||
<TarGzFileCreateFromDirectory
|
<TarGzFileCreateFromDirectory
|
||||||
Condition=" '$(OSName)' != 'win' "
|
Condition=" '$(OSName)' != 'win' and '$(DotNetBuildFromSource)' != 'true'"
|
||||||
SourceDirectory="$(SdkInternalLayoutPath)"
|
SourceDirectory="$(SdkInternalLayoutPath)"
|
||||||
DestinationArchive="$(ArtifactsNonShippingPackagesDir)$(ArtifactNameWithVersionSdk).tar.gz"
|
DestinationArchive="$(ArtifactsNonShippingPackagesDir)$(ArtifactNameWithVersionSdk).tar.gz"
|
||||||
OverwriteDestination="true"
|
OverwriteDestination="true"
|
||||||
|
|
Loading…
Reference in a new issue