Enable bootstrap in tarball build.

We now expect all builds using the Microsoft-built SDK to also use bootstrap.  Mixed RIDness between the bootstrap SDK and previously-source-built packages is not supported.
This commit is contained in:
Chris Rummel 2023-02-02 13:07:55 -06:00
parent 5533b337bb
commit 65e657b063

View file

@ -20,7 +20,7 @@ jobs:
excludeSdkContentTests: true
matrix:
Ubuntu2004-Offline:
_BootstrapPrep: false
_BootstrapPrep: true
_Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-20220813234344-4c008dd
_EnablePoison: false
_ExcludeOmniSharpTests: false