Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Switch the PR yml to use the gcc debian image
  • Loading branch information
marcpopMSFT authored Jul 25, 2025
commit 2817fe7d2fb4a15fa34e1ac84f5c0e28a1fedfe3
2 changes: 1 addition & 1 deletion .vsts-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ stages:
parameters:
agentOs: Linux
jobName: Build_Debian_12_Debug_x64
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64'
buildConfiguration: Debug
buildArchitecture: x64
additionalBuildParameters: '/p:BuildSdkDeb=true'
Expand Down
Loading