diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3564b12c..545cdedff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -188,18 +188,18 @@ - + https://github.com/dotnet/arcade - 82d0268ba6ae13318bcf7fcbcccf83472593ca62 + 40307db5eec2e3bc2df44bacb8482969f20142e3 - + https://github.com/dotnet/arcade - 82d0268ba6ae13318bcf7fcbcccf83472593ca62 + 40307db5eec2e3bc2df44bacb8482969f20142e3 - + https://github.com/dotnet/arcade - 82d0268ba6ae13318bcf7fcbcccf83472593ca62 + 40307db5eec2e3bc2df44bacb8482969f20142e3 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index e5f16f3c4..f99c67edb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,7 +27,7 @@ - 7.0.0-beta.22572.6 + 7.0.0-beta.22580.5 diff --git a/eng/common/templates/steps/source-build.yml b/eng/common/templates/steps/source-build.yml index 12a8ff94d..4624885e3 100644 --- a/eng/common/templates/steps/source-build.yml +++ b/eng/common/templates/steps/source-build.yml @@ -63,6 +63,11 @@ steps: targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}' fi + runtimeOsArgs= + if [ '${{ parameters.platform.runtimeOS }}' != '' ]; then + runtimeOsArgs='/p:RuntimeOS=${{ parameters.platform.runtimeOS }}' + fi + publishArgs= if [ '${{ parameters.platform.skipPublishValidation }}' != 'true' ]; then publishArgs='--publish' @@ -75,6 +80,7 @@ steps: $internalRuntimeDownloadArgs \ $internalRestoreArgs \ $targetRidArgs \ + $runtimeOsArgs \ /p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \ /p:ArcadeBuildFromSource=true displayName: Build diff --git a/global.json b/global.json index 632f780d8..b0417dfe3 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22572.6", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22572.6" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22580.5", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22580.5" } }