summaryrefslogtreecommitdiff
path: root/buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json
diff options
context:
space:
mode:
Diffstat (limited to 'buildpipeline/tests/Dotnet-CoreClr-Trusted-BuildTests.json')
-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": "",