Disable two CI legs that can't build the incoherent aspnetcore version (#17472)
This commit is contained in:
commit
a382864dae
1 changed files with 24 additions and 24 deletions
48
.vsts-ci.yml
48
.vsts-ci.yml
|
@ -230,30 +230,30 @@ stages:
|
||||||
additionalBuildParameters: '/p:HostOSName="linux-musl"'
|
additionalBuildParameters: '/p:HostOSName="linux-musl"'
|
||||||
linuxPortable: false
|
linuxPortable: false
|
||||||
runTests: false
|
runTests: false
|
||||||
- template: eng/build.yml
|
# - template: eng/build.yml
|
||||||
parameters:
|
# parameters:
|
||||||
agentOs: Linux
|
# agentOs: Linux
|
||||||
jobName: Build_Linux_Portable_Deb_Release_x64
|
# jobName: Build_Linux_Portable_Deb_Release_x64
|
||||||
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg'
|
# container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg'
|
||||||
buildConfiguration: Release
|
# buildConfiguration: Release
|
||||||
buildArchitecture: x64
|
# buildArchitecture: x64
|
||||||
# Do not publish zips and tarballs. The linux-x64 binaries are
|
# # Do not publish zips and tarballs. The linux-x64 binaries are
|
||||||
# already published by Build_LinuxPortable_Release_x64
|
# # already published by Build_LinuxPortable_Release_x64
|
||||||
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:BuildSdkDeb=true'
|
# additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:BuildSdkDeb=true'
|
||||||
linuxPortable: true
|
# linuxPortable: true
|
||||||
runTests: false
|
# runTests: false
|
||||||
- template: eng/build.yml
|
# - template: eng/build.yml
|
||||||
parameters:
|
# parameters:
|
||||||
agentOs: Linux
|
# agentOs: Linux
|
||||||
jobName: Build_Linux_Portable_Rpm_Release_x64
|
# jobName: Build_Linux_Portable_Rpm_Release_x64
|
||||||
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm'
|
# container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm'
|
||||||
buildConfiguration: Release
|
# buildConfiguration: Release
|
||||||
buildArchitecture: x64
|
# buildArchitecture: x64
|
||||||
# Do not publish zips and tarballs. The linux-x64 binaries are
|
# # Do not publish zips and tarballs. The linux-x64 binaries are
|
||||||
# already published by Build_LinuxPortable_Release_x64
|
# # already published by Build_LinuxPortable_Release_x64
|
||||||
additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:IsRPMBasedDistro=true'
|
# additionalBuildParameters: '/p:PublishBinariesAndBadge=false /p:IsRPMBasedDistro=true'
|
||||||
linuxPortable: true
|
# linuxPortable: true
|
||||||
runTests: false
|
# runTests: false
|
||||||
- template: eng/build.yml
|
- template: eng/build.yml
|
||||||
parameters:
|
parameters:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue