Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20200…
Browse files Browse the repository at this point in the history
…204.2 (#439)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20104.2
  • Loading branch information
dotnet-maestro[bot] authored Feb 5, 2020
1 parent f2afcfa commit 902d052
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20103.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20104.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>27c8467294a4e64ac6642b4c12ca63495ff126c8</Sha>
<Sha>0b404cb7575c8addc5e10f3fac57e79c596db28e</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
10 changes: 0 additions & 10 deletions eng/common/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,6 @@ function Build {
InitializeCustomToolset

if [[ ! -z "$projects" ]]; then
# Split project paths by semi-colon, find full-paths using readlink,
# finally and splice back as a semi-colon separated list
IFS=';' read -r -a projs <<< "$projects"
len=${#projs[@]}
for ((i=0; i<$len; i++));
do
projs[$i]=$(readlink -f "${projs[$i]}");
done
projects=$(IFS=\; ; echo "${projs[*]}")
echo Updated projects: $projects
properties="$properties /p:Projects=$projects"
fi

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"xcopy-msbuild": "16.3.0-alpha"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20103.5"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20104.2"
}
}

0 comments on commit 902d052

Please sign in to comment.