Skip to content

Commit

Permalink
BSD 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick authored Nov 25, 2023
1 parent 532d6b6 commit f1e70c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stages:
displayName: Checkout and patch
- bash: |
source dotnet-bsd/common.sh
DOTNET_DOCKER_TAG=mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-freebsd-11-20210917001307-f13d79e
get_runtime_docker
echo $DOTNET_DOCKER_TAG
calculate_build_id $(git -C runtime tag --points-at HEAD)
echo $OFFICIALBUILDID
Expand Down Expand Up @@ -116,10 +116,11 @@ stages:
- bash: |
set -e
git -C aspire checkout ${{ parameters.aspireBranch }}
sed -i '/\/dnceng\/internal\//d' runtime/NuGet.config
displayName: Checkout and patch
- bash: |
aspire/build.sh --restore --build --pack --ci /p:OfficialBuildId=20231101.7
displayName: Build SDK
displayName: Build Aspire
- publish: '$(Build.SourcesDirectory)/aspire/artifacts/packages/Release/Shipping/'
artifact: AspirePackages
displayName: Publish Aspire
Expand Down

0 comments on commit f1e70c1

Please sign in to comment.