Add workaround for tar warning about "file changed as we read it" in Docker under Windows host

This commit is contained in:
Daniel Plaisted 2018-11-08 08:10:33 -08:00
parent 5bfb634156
commit 853a27da6f
3 changed files with 24 additions and 1 deletions

View file

@ -29,6 +29,7 @@ if ($noninteractive)
docker run $interactiveFlag -t --rm --sig-proxy=true `
--name "$dockerContainerName" `
-v "${RepoRoot}:/opt/code" `
-e DOTNET_CORESDK_IGNORE_TAR_EXIT_CODE=1 `
-e CHANNEL `
-e DOTNET_BUILD_SKIP_CROSSGEN `
-e PUBLISH_TO_AZURE_BLOB `