Update dependencies from https://github.com/dotnet/arcade build 1194 (#181)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19055.1
This commit is contained in:
Родитель
17810fe463
Коммит
05874dd61e
|
@ -2,9 +2,9 @@
|
||||||
<Dependencies>
|
<Dependencies>
|
||||||
<ProductDependencies></ProductDependencies>
|
<ProductDependencies></ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19054.13">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19055.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>c6268efc7cfcb98197eb374bb01e1fadb5a7f6ed</Sha>
|
<Sha>b43f8c50d78c00d33f0b31a666b46ce5e9bcbe3d</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
|
@ -189,8 +189,9 @@ function InitializeBuildTool {
|
||||||
|
|
||||||
InitializeDotNetCli $restore
|
InitializeDotNetCli $restore
|
||||||
|
|
||||||
# return value
|
# return values
|
||||||
_InitializeBuildTool="$_InitializeDotNetCli/dotnet"
|
_InitializeBuildTool="$_InitializeDotNetCli/dotnet"
|
||||||
|
_InitializeBuildToolCommand="msbuild"
|
||||||
}
|
}
|
||||||
|
|
||||||
function GetNuGetPackageCachePath {
|
function GetNuGetPackageCachePath {
|
||||||
|
@ -283,7 +284,7 @@ function MSBuild {
|
||||||
warnaserror_switch="/warnaserror"
|
warnaserror_switch="/warnaserror"
|
||||||
fi
|
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=$?
|
lastexitcode=$?
|
||||||
|
|
||||||
if [[ $lastexitcode != 0 ]]; then
|
if [[ $lastexitcode != 0 ]]; then
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
"dotnet": "2.1.401"
|
"dotnet": "2.1.401"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19054.13"
|
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19055.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче