summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorsmile21prc <xiwe@microsoft.com>2017-08-17 20:58:14 -0700
committerGitHub <noreply@github.com>2017-08-17 20:58:14 -0700
commit3ab8def1e9692f3d620c92be415cd54572dd7f67 (patch)
treeb94b98b99f7add1becbb68795a5d3861a8fa45b6 /buildpipeline
parente1f2b4c7abc456d92046a8708de7a40a22bc6311 (diff)
downloadcoreclr-3ab8def1e9692f3d620c92be415cd54572dd7f67.tar.gz
coreclr-3ab8def1e9692f3d620c92be415cd54572dd7f67.tar.bz2
coreclr-3ab8def1e9692f3d620c92be415cd54572dd7f67.zip
Port fixes in DotNet-CoreClr-Trusted-Linux.json to unblock coreclr (#13446)
* Port fixes in DotNet-CoreClr-Trusted-Linux.json to unblock coreclr official run. Port this commit: https://github.com/dotnet/coreclr/commit/66d0fed853589e19336b6486f05f9218019ca4c9 * Remove extra new line at end of the file Remove extra new line at end of the file * Remove end line Remove end line
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json17
1 files changed, 15 insertions, 2 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json b/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json
index c75c5964c0..f578be4797 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Linux-Crossbuild.json
@@ -49,7 +49,7 @@
},
"inputs": {
"filename": "docker",
- "arguments": "run --rm $(DockerCommonRunArgs) git clone $(GitHubRepo) $(GitHubDirectory)",
+ "arguments": "run --rm $(DockerCommonRunArgs) git clone $(VsoCoreClrGitUrl) $(GitHubDirectory)",
"workingFolder": "",
"failOnStandardError": "false"
}
@@ -408,6 +408,19 @@
},
"PB_CleanAgent": {
"value": "true"
+ },
+ "VsoAccountName": {
+ "value": "dn-bot"
+ },
+ "VsoCoreClrGitUrl": {
+ "value": "https://$(VsoAccountName):$(VsoPassword)@devdiv.visualstudio.com/DevDiv/_git/$(VsoRepositoryName)/"
+ },
+ "VsoPassword": {
+ "value": null,
+ "isSecret": true
+ },
+ "VsoRepositoryName": {
+ "value": "DotNet-CoreCLR-Trusted"
}
},
"demands": [
@@ -472,4 +485,4 @@
"state": "wellFormed",
"revision": 418097633
}
-} \ No newline at end of file
+}