summaryrefslogtreecommitdiff
path: root/eng/common/tools.sh
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-06-22 09:43:47 -0700
committerJan Kotas <jkotas@microsoft.com>2019-06-22 09:43:47 -0700
commitfdcfdaf734584ca4b6066a7344eecffeeafdaa9a (patch)
tree138675269f0519460e090b9264c1379c88003fc6 /eng/common/tools.sh
parentc5210b19e7fa3e35f06b003aa64c7dac7600de32 (diff)
downloadcoreclr-fdcfdaf734584ca4b6066a7344eecffeeafdaa9a.tar.gz
coreclr-fdcfdaf734584ca4b6066a7344eecffeeafdaa9a.tar.bz2
coreclr-fdcfdaf734584ca4b6066a7344eecffeeafdaa9a.zip
Update dependencies from https://github.com/dotnet/arcade build 20190621.75 (#25328)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19321.75 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19321.75 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19321.75 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19321.75
Diffstat (limited to 'eng/common/tools.sh')
-rw-r--r--eng/common/tools.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/common/tools.sh b/eng/common/tools.sh
index f39aab57b9..70d92cf85a 100644
--- a/eng/common/tools.sh
+++ b/eng/common/tools.sh
@@ -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"