From 8d226e8012e67754b129be1fa89a1cdb60c303fd Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Tue, 30 Oct 2018 13:21:08 -0700 Subject: Fixing build.sh args --- buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildpipeline') diff --git a/buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json b/buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json index 9f6a5c0682..28f5e9c2e9 100644 --- a/buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json +++ b/buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json @@ -55,7 +55,7 @@ }, "inputs": { "filename": "$(Agent.BuildDirectory)/s/build.sh", - "arguments": "$(PB_BuildType) $(Architecture) skipnuget -skiprestore stripSymbols -OfficialBuildId=$(OfficialBuildId) -clang6.0 -osgroup=FreeBSD", + "arguments": "$(PB_BuildType) $(Architecture) skipnuget -skiprestore stripSymbols -OfficialBuildId=$(OfficialBuildId) -clang6.0 -osgroup FreeBSD -msbuildonunsupportedplatform", "workingFolder": "", "failOnStandardError": "false" } -- cgit v1.2.3