summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-04-18 16:42:00 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-04-18 16:42:00 -0700
commit2c7ae6b473536bc57cd3574372aa0889692e5193 (patch)
treebacace1c0ef14fda9e5c2d418e30061b4e93a30f /buildpipeline
parent9b62d1e95279965875ab2736bb5139ab8d015da9 (diff)
downloadcoreclr-2c7ae6b473536bc57cd3574372aa0889692e5193.tar.gz
coreclr-2c7ae6b473536bc57cd3574372aa0889692e5193.tar.bz2
coreclr-2c7ae6b473536bc57cd3574372aa0889692e5193.zip
Fix spacing in build-test.cmd in Pipeline
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json6
-rw-r--r--buildpipeline/pipelines.json6
2 files changed, 6 insertions, 6 deletions
diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
index edc3888547..3defd105e7 100644
--- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
+++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
@@ -68,7 +68,7 @@
},
"inputs": {
"filename": "build-test.cmd",
- "arguments": "$(PB_BuildType) $(Architecture) buildagainstpackages runtimeid $(Rid) $(TargetsNonWindowsArg) $(CrossgenArg) -OfficialBuildId=$(OfficialBuildId) -Priority=$(Priority)",
+ "arguments": "$(PB_BuildType) $(Architecture) buildagainstpackages runtimeid $(Rid) $(TargetsNonWindowsArg)$(CrossgenArg)-OfficialBuildId=$(OfficialBuildId) -Priority=$(Priority)",
"workingFolder": "",
"failOnStandardError": "false"
}
@@ -230,10 +230,10 @@
"value": "runtimeid linux-x64"
},
"TargetsNonWindowsArg": {
- "value": " "
+ "value": ""
},
"CrossgenArg": {
- "value": " "
+ "value": ""
}
},
"retentionRules": [
diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json
index 1e246fc1ca..41a26408d1 100644
--- a/buildpipeline/pipelines.json
+++ b/buildpipeline/pipelines.json
@@ -501,7 +501,7 @@
"Rid": "win-x64",
"TargetQueues": "windows.10.amd64",
"TestContainerSuffix": "windows-r2r",
- "CrossgenArg": "Crossgen"
+ "CrossgenArg": "Crossgen "
},
"ReportingParameters": {
"OperatingSystem": "Windows",
@@ -518,7 +518,7 @@
"Rid": "osx-x64",
"TargetQueues": "osx.1012.amd64",
"TestContainerSuffix": "osx",
- "TargetsNonWindowsArg": "TargetsNonWindows"
+ "TargetsNonWindowsArg": "TargetsNonWindows "
},
"ReportingParameters": {
"OperatingSystem": "OSX",
@@ -535,7 +535,7 @@
"Rid": "linux-x64",
"TargetQueues": "debian.82.amd64,fedora.25.amd64,redhat.72.amd64,ubuntu.1404.amd64,ubuntu.1604.amd64,ubuntu.1610.amd64",
"TestContainerSuffix": "linux",
- "TargetsNonWindowsArg": "TargetsNonWindows"
+ "TargetsNonWindowsArg": "TargetsNonWindows "
},
"ReportingParameters": {
"OperatingSystem": "RedHat 7",