Skip to content

Commit

Permalink
[master] Add switches for legacy signing (dotnet#17353)
Browse files Browse the repository at this point in the history
* Add switches for legacy signing
  • Loading branch information
mmitche committed Apr 2, 2018
1 parent 246409d commit f2f0e7d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
},
{
Expand Down Expand Up @@ -339,6 +340,10 @@
"value": "test",
"allowOverride": true
},
"PB_UseLegacySigning": {
"value": "false",
"allowOverride": true
},
"TeamName": {
"value": "DotNetCore"
},
Expand Down
7 changes: 6 additions & 1 deletion buildpipeline/DotNet-CoreClr-Trusted-Windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
},
{
Expand Down Expand Up @@ -345,6 +346,10 @@
"value": "test",
"allowOverride": true
},
"PB_UseLegacySigning": {
"value": "false",
"allowOverride": true
},
"TeamName": {
"value": "DotNetCore"
},
Expand Down
7 changes: 6 additions & 1 deletion buildpipeline/DotNet-Trusted-Publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
},
{
Expand Down Expand Up @@ -692,6 +693,10 @@
},
"PB_BuildOutputManifestArguments": {
"value": "/p:ManifestBuildId=$(OfficialBuildId) /p:ManifestBranch=$(SourceBranch) /p:ManifestCommit=$(SourceVersion)"
},
"PB_UseLegacySigning": {
"value": "false",
"allowOverride": true
}
},
"retentionRules": [
Expand Down

0 comments on commit f2f0e7d

Please sign in to comment.