[master] Add switches for legacy signing (#17353)
authorMatt Mitchell <mmitche@microsoft.com>
Mon, 2 Apr 2018 14:44:22 +0000 (07:44 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Apr 2018 14:44:22 +0000 (07:44 -0700)
* Add switches for legacy signing

buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
buildpipeline/DotNet-CoreClr-Trusted-Windows.json
buildpipeline/DotNet-Trusted-Publish.json

index ad596ad..a4ae2bf 100644 (file)
@@ -18,7 +18,8 @@
         "signType": "real",
         "zipSources": "false",
         "version": "",
-        "feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
+        "feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json",
+        "legacySigning": "$(PB_UseLegacySigning)"
       }
     },
     {
       "value": "test",
       "allowOverride": true
     },
+    "PB_UseLegacySigning": {
+      "value": "false",
+      "allowOverride": true
+    },
     "TeamName": {
       "value": "DotNetCore"
     },
index 39b4e2a..ef03b0b 100644 (file)
@@ -18,7 +18,8 @@
         "signType": "real",
         "zipSources": "false",
         "version": "",
-        "feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
+        "feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json",
+        "legacySigning": "$(PB_UseLegacySigning)"
       }
     },
     {
       "value": "test",
       "allowOverride": true
     },
+    "PB_UseLegacySigning": {
+      "value": "false",
+      "allowOverride": true
+    },
     "TeamName": {
       "value": "DotNetCore"
     },
index d0a2619..8cff0ee 100644 (file)
@@ -18,7 +18,8 @@
         "signType": "real",
         "zipSources": "true",
         "version": "",
-        "feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
+        "feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json",
+        "legacySigning": "$(PB_UseLegacySigning)"
       }
     },
     {
     },
     "PB_BuildOutputManifestArguments": {
       "value": "/p:ManifestBuildId=$(OfficialBuildId) /p:ManifestBranch=$(SourceBranch) /p:ManifestCommit=$(SourceVersion)"
+    },
+    "PB_UseLegacySigning": {
+      "value": "false",
+      "allowOverride": true
     }
   },
   "retentionRules": [