Skip to content

Commit

Permalink
Don't build nodejs, it breaks on the nodejs version in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ta264 committed Mar 19, 2023
1 parent 8a14583 commit 9701e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ stages:
ls -lR runtime
mkdir -p aspnetcore/artifacts/obj/Microsoft.AspNetCore.App.Runtime
cp runtime/artifacts/packages/Release/Shipping/dotnet-runtime-*-freebsd-x64.tar.gz aspnetcore/artifacts/obj/Microsoft.AspNetCore.App.Runtime
aspnetcore/eng/build.sh -c Release -ci --os-name freebsd -pack /p:CrossgenOutput=false /p:OfficialBuildId=$OFFICIALBUILDID
aspnetcore/eng/build.sh -c Release -ci --os-name freebsd -pack -no-build-nodejs /p:CrossgenOutput=false /p:OfficialBuildId=$OFFICIALBUILDID
displayName: Build AspNetCore
- publish: '$(Build.SourcesDirectory)/aspnetcore/artifacts/packages/Release/Shipping'
artifact: AspNetCorePackages
Expand Down

0 comments on commit 9701e9f

Please sign in to comment.