Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-06-05 16:12:48 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-06 14:47:26 +0300
commit2e4b6b34ac1ac51a10410067af9761fff09a11b6 (patch)
tree129e47917bcb96a1ccf5f70404d1a05741dfc393 /eng
parentf02d09f7f6aed7180ff8233f4b58e52ad5a7e9c1 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190604.23
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19304.23 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19304.23
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--eng/common/cross/build-rootfs.sh2
2 files changed, 5 insertions, 5 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 3c8d5d17ea5..1b2c0e6de05 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,13 +3,13 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19304.1">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19304.23">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>d2599acd9703ef747dfb4329ec3e3beff182e755</Sha>
+ <Sha>c9ab9c47d6c66fb9ad89e331900e06bed7463904</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19304.1">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19304.23">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>d2599acd9703ef747dfb4329ec3e3beff182e755</Sha>
+ <Sha>c9ab9c47d6c66fb9ad89e331900e06bed7463904</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh
index 34d3d2ba1fe..7c4e122651c 100644
--- a/eng/common/cross/build-rootfs.sh
+++ b/eng/common/cross/build-rootfs.sh
@@ -181,7 +181,7 @@ if [ -z "$__RootfsDir" ] && [ ! -z "$ROOTFS_DIR" ]; then
fi
if [ -z "$__RootfsDir" ]; then
- __RootfsDir="$__CrossDir/rootfs/$__BuildArch"
+ __RootfsDir="$__CrossDir/../../../.tools/rootfs/$__BuildArch"
fi
if [ -d "$__RootfsDir" ]; then