Skip to content

Commit

Permalink
bump to dotnet 6.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan authored and Qstick committed Jul 11, 2024
1 parent aab5614 commit 793bd14
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ parameters:
- name: runtimeBranch
displayName: Tag for runtime repository
type: string
default: v6.0.29
default: v6.0.32
- name: aspBranch
displayName: Tag for aspnetcore repository
type: string
default: v6.0.29
default: v6.0.32
- name: sdkBranch
displayName: Tag for sdk repository
type: string
default: v6.0.421
default: v6.0.424
- name: installerBranch
displayName: Tag for installer repository
type: string
default: v6.0.421
default: v6.0.424

variables:
runCounter: $[counter('runNumber', 1)]
Expand Down Expand Up @@ -78,11 +78,13 @@ stages:
sed -i '/\/dnceng\/internal\//d' runtime/NuGet.config
displayName: Checkout and patch
- bash: |
set -e
source dotnet-bsd/common.sh
DOTNET_DOCKER_TAG=mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-freebsd-11-20210917001307-f13d79e
echo $DOTNET_DOCKER_TAG
calculate_build_id $(git -C runtime tag --points-at HEAD)
echo $OFFICIALBUILDID
docker run -e ROOTFS_DIR=/crossrootfs/x64 -v ${BUILD_SOURCESDIRECTORY}/runtime:/runtime $DOTNET_DOCKER_TAG /runtime/eng/build.sh -ci -c Release -cross -os FreeBSD /p:IsEligibleForNgenOptimization=false /p:OfficialBuildId=$OFFICIALBUILDID -subset Clr.Native+Host.Native
docker run -e ROOTFS_DIR=/crossrootfs/x64 -v ${BUILD_SOURCESDIRECTORY}/runtime:/runtime $DOTNET_DOCKER_TAG /runtime/eng/build.sh -ci -c Release -cross -os FreeBSD /p:IsEligibleForNgenOptimization=false /p:OfficialBuildId=$OFFICIALBUILDID /p:AppHostSourcePath=/runtime/artifacts/obj/freebsd-x64.Release/apphost/standalone/apphost
displayName: Build Runtime
Expand Down

0 comments on commit 793bd14

Please sign in to comment.