summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorMatt Galbraith <mattgal@microsoft.com>2018-10-30 15:58:38 -0700
committerMatt Galbraith <mattgal@microsoft.com>2018-10-30 15:58:38 -0700
commit076b797f591fcf0c329fe8005a3c40e1e37d058d (patch)
treec58c1f515c2c6901d701e9f156c07e3b795e3d79 /buildpipeline
parent071d5d570d0185b64dc2e4fd346b6bab6ddae591 (diff)
downloadcoreclr-076b797f591fcf0c329fe8005a3c40e1e37d058d.tar.gz
coreclr-076b797f591fcf0c329fe8005a3c40e1e37d058d.tar.bz2
coreclr-076b797f591fcf0c329fe8005a3c40e1e37d058d.zip
Remove DotNetBootstrapCliTarPath from variables as it was getting forcibly upper-cased, making it useless. Instead, use the workaround of setting it explicitly before sync.sh.
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json b/buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json
index de33f16989..a9eb7e427a 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-FreeBSD.json
@@ -34,8 +34,8 @@
"definitionType": "task"
},
"inputs": {
- "filename": "$(Agent.BuildDirectory)/s/sync.sh",
- "arguments": " -- /p:BuildType=$(PB_BuildType)",
+ "filename": "bash ",
+ "arguments": "-c \"export DotNetBootstrapCliTarPath=/dotnet-sdk-freebsd-x64.tar && $(Agent.BuildDirectory)/s/sync.sh -- /p:BuildType=$(PB_BuildType)\"",
"workingFolder": "",
"failOnStandardError": "false"
}
@@ -220,10 +220,6 @@
}
],
"variables": {
- "DotNetBootstrapCliTarPath": {
- "value": "/dotnet-sdk-freebsd-x64.tar",
- "allowOverride": true
- },
"system.debug": {
"value": "false",
"allowOverride": true