Update dependencies from https://github.com/dotnet/arcade build 1194
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19055.1
This commit is contained in:
parent
b23e8cacdc
commit
2d19465b84
3 changed files with 6 additions and 5 deletions
|
@ -189,8 +189,9 @@ function InitializeBuildTool {
|
|||
|
||||
InitializeDotNetCli $restore
|
||||
|
||||
# return value
|
||||
# return values
|
||||
_InitializeBuildTool="$_InitializeDotNetCli/dotnet"
|
||||
_InitializeBuildToolCommand="msbuild"
|
||||
}
|
||||
|
||||
function GetNuGetPackageCachePath {
|
||||
|
@ -283,7 +284,7 @@ function MSBuild {
|
|||
warnaserror_switch="/warnaserror"
|
||||
fi
|
||||
|
||||
"$_InitializeBuildTool" msbuild /m /nologo /clp:Summary /v:$verbosity /nr:$node_reuse $warnaserror_switch /p:TreatWarningsAsErrors=$warn_as_error "$@"
|
||||
"$_InitializeBuildTool" "$_InitializeBuildToolCommand" /m /nologo /clp:Summary /v:$verbosity /nr:$node_reuse $warnaserror_switch /p:TreatWarningsAsErrors=$warn_as_error "$@"
|
||||
lastexitcode=$?
|
||||
|
||||
if [[ $lastexitcode != 0 ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue