Update dependencies from https://github.com/dotnet/arcade build 20190612.21

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19312.21
This commit is contained in:
dotnet-maestro 2019-06-13 12:10:50 +00:00
parent 0ff79c52ad
commit 828d18a021
15 changed files with 860 additions and 6 deletions

View file

@ -349,7 +349,7 @@ function InitializeToolset {
fi
if [[ "$restore" != true ]]; then
EmitError "Toolset version $toolsetVersion has not been restored."
EmitError "Toolset version $toolset_version has not been restored."
ExitWithExitCode 2
fi