Add workaround for tar warning about "file changed as we read it" in Docker under Windows host
This commit is contained in:
parent
5bfb634156
commit
853a27da6f
3 changed files with 24 additions and 1 deletions
|
@ -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 `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue