summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2018-03-06 19:03:36 -0800
committerGitHub <noreply@github.com>2018-03-06 19:03:36 -0800
commit9e0037cc77f746b89a9104387af59a79e6f5e0d5 (patch)
treec8c1c93793249be0fcf298a1f4061057971e91ef /buildpipeline
parent250e31704f38e73f7cd342af22491b57a9fe3d13 (diff)
parent00b9df366d9d0407fb8acb323713287920526b66 (diff)
downloadcoreclr-9e0037cc77f746b89a9104387af59a79e6f5e0d5.tar.gz
coreclr-9e0037cc77f746b89a9104387af59a79e6f5e0d5.tar.bz2
coreclr-9e0037cc77f746b89a9104387af59a79e6f5e0d5.zip
Merge pull request #16662 from jashook/remove_vs2015_dependencies
Remove vs2015 build dependencies
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json4
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows.json4
-rw-r--r--buildpipeline/DotNet-Trusted-Publish.json4
-rw-r--r--buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json4
-rw-r--r--buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json4
5 files changed, 10 insertions, 10 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
index 461bd5b35f..2fe5caa988 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
@@ -26,7 +26,7 @@
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
- "displayName": "Run script $(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "displayName": "Setup vs dev env",
"timeoutInMinutes": 0,
"refName": "Task2",
"task": {
@@ -35,7 +35,7 @@
"definitionType": "task"
},
"inputs": {
- "filename": "$(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "filename": "setup_vs_tools.cmd",
"arguments": "",
"modifyEnvironment": "true",
"workingFolder": "",
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
index bfbef14016..099a187c08 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
@@ -26,7 +26,7 @@
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
- "displayName": "Run script $(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "displayName": "Setup vs dev env",
"timeoutInMinutes": 0,
"refName": "Task2",
"task": {
@@ -35,7 +35,7 @@
"definitionType": "task"
},
"inputs": {
- "filename": "$(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "filename": "setup_vs_tools.cmd",
"arguments": "",
"modifyEnvironment": "true",
"workingFolder": "",
diff --git a/buildpipeline/DotNet-Trusted-Publish.json b/buildpipeline/DotNet-Trusted-Publish.json
index 803b490d57..9bf35203cc 100644
--- a/buildpipeline/DotNet-Trusted-Publish.json
+++ b/buildpipeline/DotNet-Trusted-Publish.json
@@ -5,7 +5,7 @@
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
- "displayName": "Run script $(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "displayName": "Setup vs dev env",
"timeoutInMinutes": 0,
"refName": "Task1",
"task": {
@@ -14,7 +14,7 @@
"definitionType": "task"
},
"inputs": {
- "filename": "$(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "filename": "setup_vs_tools.cmd",
"arguments": "",
"modifyEnvironment": "true",
"workingFolder": "",
diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
index 28614b6c52..6623986fa3 100644
--- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
+++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
@@ -5,7 +5,7 @@
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
- "displayName": "Run script $(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "displayName": "Setup vs dev env",
"timeoutInMinutes": 0,
"condition": "ne(variables['PB_SkipTests'], 'true')",
"refName": "Task1",
@@ -15,7 +15,7 @@
"definitionType": "task"
},
"inputs": {
- "filename": "$(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "filename": "setup_vs_tools.cmd",
"arguments": "",
"modifyEnvironment": "true",
"workingFolder": "",
diff --git a/buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json
index 6edbc875e5..06aa02eb49 100644
--- a/buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json
+++ b/buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json
@@ -5,7 +5,7 @@
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
- "displayName": "Run script $(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "displayName": "Setup vs dev env",
"timeoutInMinutes": 0,
"condition": "ne(variables['PB_SkipTests'], 'true')",
"refName": "Task1",
@@ -15,7 +15,7 @@
"definitionType": "task"
},
"inputs": {
- "filename": "$(VS140COMNTOOLS)\\VsDevCmd.bat",
+ "filename": "setup_vs_tools.cmd",
"arguments": "",
"modifyEnvironment": "true",
"workingFolder": "",