Update package-source-build.proj (#18555)
This commit is contained in:
parent
637b8a6eaf
commit
95ad39aa68
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
Overwrite="true" />
|
||||
|
||||
<MakeDir Directories="$(SharedOutputPath)" />
|
||||
<Exec Command="tar --numeric-owner --exclude='Microsoft.SourceBuild.Intermediate.*.nupkg' -czf $(SourceBuiltTarballName) $(SourceBuiltVersionFileName) *.nupkg *.props SourceBuildReferencePackages/"
|
||||
<Exec Command="tar --numeric-owner -czf $(SourceBuiltTarballName) $(SourceBuiltVersionFileName) *.nupkg *.props SourceBuildReferencePackages/"
|
||||
WorkingDirectory="$(SourceBuiltPackagesPath)" />
|
||||
|
||||
<Message Importance="High" Text="Packaged source-built artifacts to $(SourceBuiltTarballName)" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue