diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 45f9a36d0..731a14b77 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -206,18 +206,18 @@ - + https://github.com/dotnet/arcade - ac3bef13c5ab17858f69c12d015057a992f8da8a + 1d8f27f89c3b167f63e28e73a3d9ab345e81d310 - + https://github.com/dotnet/arcade - ac3bef13c5ab17858f69c12d015057a992f8da8a + 1d8f27f89c3b167f63e28e73a3d9ab345e81d310 - + https://github.com/dotnet/arcade - ac3bef13c5ab17858f69c12d015057a992f8da8a + 1d8f27f89c3b167f63e28e73a3d9ab345e81d310 https://github.com/dotnet/arcade-services @@ -227,9 +227,9 @@ https://github.com/dotnet/arcade-services 70e9b79b12680b7be6c36913f1d0ecb5cc9e32cf - + https://github.com/dotnet/arcade - ac3bef13c5ab17858f69c12d015057a992f8da8a + 1d8f27f89c3b167f63e28e73a3d9ab345e81d310 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 3d1aa4d71..4c3b715a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 9.0.0-beta.24074.1 + 9.0.0-beta.24075.2 diff --git a/eng/common/build.sh b/eng/common/build.sh index 2dfb32f2e..bec7d0259 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -240,6 +240,7 @@ function Build { /p:Build=$build \ /p:DotNetBuildRepo=$product_build \ /p:ArcadeBuildFromSource=$source_build \ + /p:DotNetBuildSourceOnly=$source_build \ /p:ArcadeBuildVertical=$vertical_build \ /p:Rebuild=$rebuild \ /p:Test=$test \ diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 9fa764e78..99a9dd6bb 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -72,7 +72,7 @@ __AlpinePackages+=" openssl-dev" __AlpinePackages+=" zlib-dev" __FreeBSDBase="13.2-RELEASE" -__FreeBSDPkg="1.20.0" +__FreeBSDPkg="1.17.0" __FreeBSDABI="13" __FreeBSDPackages="libunwind" __FreeBSDPackages+=" icu" diff --git a/eng/common/templates/steps/source-build.yml b/eng/common/templates/steps/source-build.yml index 1793eb6be..32738aa93 100644 --- a/eng/common/templates/steps/source-build.yml +++ b/eng/common/templates/steps/source-build.yml @@ -94,6 +94,7 @@ steps: $baseOsArgs \ /p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \ /p:ArcadeBuildFromSource=true \ + /p:DotNetBuildSourceOnly=true \ /p:DotNetBuildRepo=true \ /p:AssetManifestFileName=$assetManifestFileName displayName: Build diff --git a/global.json b/global.json index d1979db7d..ebdf4b840 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24074.1", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24074.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24075.2", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24075.2" } }