Add PB_SignType as explicit variable
authorMatt Galbraith <mattgal@microsoft.com>
Fri, 29 Sep 2017 20:48:19 +0000 (13:48 -0700)
committerMatt Galbraith <mattgal@microsoft.com>
Fri, 29 Sep 2017 20:48:19 +0000 (13:48 -0700)
buildpipeline/DotNet-Trusted-Publish.json

index 490ea2b9363049c66a792f370ef7c383695df2c5..c27650b6dc78499b8b6c07bb3e6d51de2ad2ce1d 100644 (file)
@@ -32,7 +32,7 @@
             "definitionType": "task"
         },
         "inputs": {
-            "signType": "real",
+            "signType": "$(PB_SignType)",
             "zipSources": "true",
             "version": "",
             "feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
     },
     "PB_SymbolCatalogCertificateId": {
       "value": "400"
+    },
+    "PB_SignType": {
+      "value": "real",
+      "allowOverride": true
     }
   },
   "retentionRules": [