Update symbol uploader to 1.0.0-beta-62616-03 (dotnet/core-setup#3700)
authorMike McLaughlin <mikem@microsoft.com>
Fri, 16 Feb 2018 23:56:29 +0000 (15:56 -0800)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2018 23:56:29 +0000 (15:56 -0800)
Remove "Fetch symbol signing tooling" step build pipeline.

EmbedIndex is no longer needed.

Commit migrated from https://github.com/dotnet/core-setup/commit/23d8ddbd2cd8a4ea6bfb053182fa4b82ce1a6e77

src/installer/buildpipeline/Core-Setup-Publish.json
src/installer/dependencies.props

index 44cf7af..781151b 100644 (file)
       "enabled": true,
       "continueOnError": false,
       "alwaysRun": false,
-      "displayName": "Fetch symbol signing tooling",
-      "timeoutInMinutes": 0,
-      "task": {
-        "id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
-        "versionSpec": "1.*",
-        "definitionType": "task"
-      },
-      "inputs": {
-        "scriptType": "filePath",
-        "scriptName": "$(PB_VsoToolsDir)\\scripts\\DotNet-Trusted-Publish\\Fetch-Tools.ps1",
-        "arguments": "$(PB_ToolsRoot)",
-        "workingFolder": "",
-        "inlineScript": "",
-        "failOnStandardError": "true"
-      }
-    },
-    {
-      "enabled": true,
-      "continueOnError": false,
-      "alwaysRun": false,
       "displayName": "Clone repo",
       "timeoutInMinutes": 0,
       "task": {
index 01aa7ea..fad33f0 100644 (file)
@@ -57,7 +57,7 @@
   <!-- Publish symbol build task package -->
   <PropertyGroup>
     <PublishSymbolsPackage>Microsoft.SymbolUploader.Build.Task</PublishSymbolsPackage>
-    <PublishSymbolsPackageVersion>1.0.0-beta-00002</PublishSymbolsPackageVersion>
+    <PublishSymbolsPackageVersion>1.0.0-beta-62616-03</PublishSymbolsPackageVersion>
   </PropertyGroup>
 
   <ItemGroup>