summaryrefslogtreecommitdiff
path: root/buildpipeline/tests
diff options
context:
space:
mode:
authorjashook <jashoo@microsoft.com>2018-03-05 13:35:19 -0800
committerjashook <jashoo@microsoft.com>2018-03-06 16:21:46 -0800
commit00b9df366d9d0407fb8acb323713287920526b66 (patch)
tree546f72dccf680fe75f12a90458b9b06b78a3e648 /buildpipeline/tests
parent355995e48e693ae0d0d21db5ba904bb87e0a0c1f (diff)
downloadcoreclr-00b9df366d9d0407fb8acb323713287920526b66.tar.gz
coreclr-00b9df366d9d0407fb8acb323713287920526b66.tar.bz2
coreclr-00b9df366d9d0407fb8acb323713287920526b66.zip
Remove vs2015 build dependencies
Diffstat (limited to 'buildpipeline/tests')
-rw-r--r--buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json4
1 files changed, 2 insertions, 2 deletions
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": "",