Merge pull request #14173 from iii-i/arcade-build-tarball-s390x

Fix ArcadeBuildTarball on s390x
This commit is contained in:
Daniel Plaisted 2022-08-11 12:30:26 -07:00 committed by GitHub
commit 0037e7bfea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,6 @@ function InitializeCustomSDKToolset {
#InstallDotNetSharedFramework "1.1.2"
InitializeDotNetCli true
# Install 2.1 framework for dotnet-deb-tool.
# Failures on this call will be ignored, as this is expected to fail on some
# OSes.
InstallDotNetSharedFramework "2.1.0"
}
# Installs additional shared frameworks for testing purposes