This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19055.1
This commit is contained in:
dotnet-maestro[bot] 2019-01-06 13:21:43 +00:00 коммит произвёл GitHub
Родитель 17810fe463
Коммит 05874dd61e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -2,9 +2,9 @@
<Dependencies>
<ProductDependencies></ProductDependencies>
<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>
<Sha>c6268efc7cfcb98197eb374bb01e1fadb5a7f6ed</Sha>
<Sha>b43f8c50d78c00d33f0b31a666b46ce5e9bcbe3d</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

Просмотреть файл

@ -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

Просмотреть файл

@ -3,6 +3,6 @@
"dotnet": "2.1.401"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19054.13"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19055.1"
}
}