зеркало из https://github.com/dotnet/aspnetcore.git
Update dependencies from https://github.com/dotnet/arcade build 20210723.11 (#34715)
Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21366.1 -> To Version 6.0.0-beta.21373.11 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
9024ad9e68
Коммит
b3e8e4a427
|
@ -296,22 +296,22 @@
|
|||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>95863758cd16c345d0b8fca067d5db5d6901e498</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21366.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21373.11">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>b03966cd85285e425ffe56003c0ab57e103dd14e</Sha>
|
||||
<Sha>c6a28c81f96d196338b3ea520bc1e6dc7c440ee2</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21366.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21373.11">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>b03966cd85285e425ffe56003c0ab57e103dd14e</Sha>
|
||||
<Sha>c6a28c81f96d196338b3ea520bc1e6dc7c440ee2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.21366.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.21373.11">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>b03966cd85285e425ffe56003c0ab57e103dd14e</Sha>
|
||||
<Sha>c6a28c81f96d196338b3ea520bc1e6dc7c440ee2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21366.1">
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21373.11">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>b03966cd85285e425ffe56003c0ab57e103dd14e</Sha>
|
||||
<Sha>c6a28c81f96d196338b3ea520bc1e6dc7c440ee2</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -138,8 +138,8 @@
|
|||
<MicrosoftEntityFrameworkCoreVersion>6.0.0-rc.1.21376.3</MicrosoftEntityFrameworkCoreVersion>
|
||||
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-rc.1.21376.3</MicrosoftEntityFrameworkCoreDesignVersion>
|
||||
<!-- Packages from dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21366.1</MicrosoftDotNetBuildTasksInstallersVersion>
|
||||
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.21366.1</MicrosoftDotNetBuildTasksTemplatingVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21373.11</MicrosoftDotNetBuildTasksInstallersVersion>
|
||||
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.21373.11</MicrosoftDotNetBuildTasksTemplatingVersion>
|
||||
</PropertyGroup>
|
||||
<!--
|
||||
|
||||
|
|
|
@ -29,6 +29,11 @@ steps:
|
|||
officialBuildArgs='/p:DotNetPublishUsingPipelines=true /p:OfficialBuildId=$(BUILD.BUILDNUMBER)'
|
||||
fi
|
||||
|
||||
internalRuntimeDownloadArgs=
|
||||
if [ '$(dotnetclimsrc-read-sas-token-base64)' != '$''(dotnetclimsrc-read-sas-token-base64)' ]; then
|
||||
internalRuntimeDownloadArgs='--runtimesourcefeed https://dotnetclimsrc.blob.core.windows.net/dotnet --runtimesourcefeedkey $(dotnetclimsrc-read-sas-token-base64)'
|
||||
fi
|
||||
|
||||
targetRidArgs=
|
||||
if [ '${{ parameters.platform.targetRID }}' != '' ]; then
|
||||
targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}'
|
||||
|
@ -43,6 +48,7 @@ steps:
|
|||
--configuration $buildConfig \
|
||||
--restore --build --pack $publishArgs -bl \
|
||||
$officialBuildArgs \
|
||||
$internalRuntimeDownloadArgs \
|
||||
$targetRidArgs \
|
||||
/p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \
|
||||
/p:ArcadeBuildFromSource=true
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"msbuild-sdks": {
|
||||
"Yarn.MSBuild": "1.22.10",
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21366.1",
|
||||
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21366.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21373.11",
|
||||
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21373.11"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче