Address issue 16800 (#16810)
authorJarret Shook <jashoo@microsoft.com>
Wed, 7 Mar 2018 21:37:02 +0000 (13:37 -0800)
committerMatt Mitchell <mmitche@microsoft.com>
Wed, 7 Mar 2018 21:37:02 +0000 (13:37 -0800)
buildpipeline/DotNet-Trusted-Publish.json

index 9bf3520..32014cf 100644 (file)
@@ -5,27 +5,6 @@
       "enabled": true,
       "continueOnError": false,
       "alwaysRun": false,
-      "displayName": "Setup vs dev env",
-      "timeoutInMinutes": 0,
-      "refName": "Task1",
-      "task": {
-        "id": "bfc8bf76-e7ac-4a8c-9a55-a944a9f632fd",
-        "versionSpec": "1.*",
-        "definitionType": "task"
-      },
-      "inputs": {
-        "filename": "setup_vs_tools.cmd",
-        "arguments": "",
-        "modifyEnvironment": "true",
-        "workingFolder": "",
-        "failOnStandardError": "false"
-      }
-    },
-    {
-      "environment": {},
-      "enabled": true,
-      "continueOnError": false,
-      "alwaysRun": false,
       "displayName": "Install Signing Plugin",
       "timeoutInMinutes": 0,
       "condition": "and(succeeded(), in(variables.PB_SignType, 'real', 'test'))",
       "enabled": true,
       "continueOnError": false,
       "alwaysRun": false,
+      "displayName": "Setup vs dev env",
+      "timeoutInMinutes": 0,
+      "refName": "Task1",
+      "task": {
+        "id": "bfc8bf76-e7ac-4a8c-9a55-a944a9f632fd",
+        "versionSpec": "1.*",
+        "definitionType": "task"
+      },
+      "inputs": {
+        "filename": "setup_vs_tools.cmd",
+        "arguments": "",
+        "modifyEnvironment": "true",
+        "workingFolder": "$(Pipeline.SourcesDirectory)",
+        "failOnStandardError": "false"
+      }
+    },
+    {
+      "environment": {},
+      "enabled": true,
+      "continueOnError": false,
+      "alwaysRun": false,
       "displayName": "Sync packages",
       "timeoutInMinutes": 0,
       "refName": "Task5",