Skip to content

Commit

Permalink
Update bash script to look for netcoreapp3.1 arcade assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
benvillalobos committed Feb 10, 2021
1 parent 57422a9 commit 0948169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/cibuild_bootstrapped_msbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ $host_type = "core" ]
then
_InitializeBuildTool="$_InitializeDotNetCli/dotnet"
_InitializeBuildToolCommand="$bootstrapRoot/net5.0/MSBuild/MSBuild.dll"
_InitializeBuildToolFramework="netcoreapp2.1"
_InitializeBuildToolFramework="netcoreapp3.1"
elif [ $host_type = "mono" ]
then
export _InitializeBuildTool="mono"
Expand Down

0 comments on commit 0948169

Please sign in to comment.