summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorMatt Galbraith <mattgal@microsoft.com>2018-10-30 13:21:08 -0700
committerMatt Galbraith <mattgal@microsoft.com>2018-10-30 13:21:08 -0700
commit8d226e8012e67754b129be1fa89a1cdb60c303fd (patch)
tree5a26ae1ce83d304c31f19c5c9c0448f7a1746571 /buildpipeline
parent5ee60d3bdac79c6eb6d2607c4357979965258ae9 (diff)
downloadcoreclr-8d226e8012e67754b129be1fa89a1cdb60c303fd.tar.gz
coreclr-8d226e8012e67754b129be1fa89a1cdb60c303fd.tar.bz2
coreclr-8d226e8012e67754b129be1fa89a1cdb60c303fd.zip
Fixing build.sh args
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json2
1 files changed, 1 insertions, 1 deletions
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"
}