summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json7
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows.json7
-rw-r--r--buildpipeline/DotNet-Trusted-Publish.json7
3 files changed, 18 insertions, 3 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
index ad596adde4..a4ae2bf669 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
@@ -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)"
}
},
{
@@ -339,6 +340,10 @@
"value": "test",
"allowOverride": true
},
+ "PB_UseLegacySigning": {
+ "value": "false",
+ "allowOverride": true
+ },
"TeamName": {
"value": "DotNetCore"
},
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
index 39b4e2a293..ef03b0b69c 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows.json
@@ -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)"
}
},
{
@@ -345,6 +346,10 @@
"value": "test",
"allowOverride": true
},
+ "PB_UseLegacySigning": {
+ "value": "false",
+ "allowOverride": true
+ },
"TeamName": {
"value": "DotNetCore"
},
diff --git a/buildpipeline/DotNet-Trusted-Publish.json b/buildpipeline/DotNet-Trusted-Publish.json
index d0a26190e7..8cff0ee820 100644
--- a/buildpipeline/DotNet-Trusted-Publish.json
+++ b/buildpipeline/DotNet-Trusted-Publish.json
@@ -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)"
}
},
{
@@ -692,6 +693,10 @@
},
"PB_BuildOutputManifestArguments": {
"value": "/p:ManifestBuildId=$(OfficialBuildId) /p:ManifestBranch=$(SourceBranch) /p:ManifestCommit=$(SourceVersion)"
+ },
+ "PB_UseLegacySigning": {
+ "value": "false",
+ "allowOverride": true
}
},
"retentionRules": [