зеркало из https://github.com/dotnet/spark.git
Fix package-worker.ps1 to handle output path with ":" (#742)
This commit is contained in:
Родитель
7bfd0bb352
Коммит
550835feeb
|
@ -17,7 +17,7 @@ foreach ($framework in $frameworks)
|
|||
# Generate additional tar.gz worker files only for linux-x64.
|
||||
if ($runtime.Name.ToLower().Equals("linux-x64"))
|
||||
{
|
||||
tar czf "$output_dir/$filename.tar.gz" $worker_version_dir
|
||||
tar czf "$output_dir/$filename.tar.gz" $worker_version_dir --force-local
|
||||
}
|
||||
|
||||
Compress-Archive -DestinationPath "$output_dir/$filename.zip" -Path $worker_version_dir -CompressionLevel Optimal
|
||||
|
|
Загрузка…
Ссылка в новой задаче