Update dependencies from https://github.com/dotnet/arcade build 20190621.75 (#2579)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19321.75
This commit is contained in:
dotnet-maestro[bot] 2019-06-22 12:29:08 +00:00 committed by GitHub
parent b097cc236f
commit 6393c9f42e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 42 additions and 36 deletions

View file

@ -356,11 +356,11 @@ function MSBuild-Core {
}
}
. "$scriptroot/pipeline-logging-functions.sh"
ResolvePath "${BASH_SOURCE[0]}"
_script_dir=`dirname "$_ResolvePath"`
. "$_script_dir/pipeline-logging-functions.sh"
eng_root=`cd -P "$_script_dir/.." && pwd`
repo_root=`cd -P "$_script_dir/../.." && pwd`
artifacts_dir="$repo_root/artifacts"