Update debpkg leg to use the Ubuntu 22.04-based image (#16635)
This commit is contained in:
parent
2a878b909c
commit
c10115c483
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ stages:
|
|||
parameters:
|
||||
agentOs: Linux
|
||||
jobName: Build_Linux_Portable_Deb_Release_x64
|
||||
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg'
|
||||
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg'
|
||||
buildConfiguration: Release
|
||||
buildArchitecture: x64
|
||||
# Do not publish zips and tarballs. The linux-x64 binaries are
|
||||
|
|
Loading…
Reference in a new issue