Automated signing validation infrastructure (dotnet/core-setup#2561)
authorchcosta <chcosta@microsoft.com>
Tue, 13 Jun 2017 17:46:51 +0000 (10:46 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2017 17:46:51 +0000 (10:46 -0700)
commit006de0318161b2131aafb1578169b2166ebad421
tree3f4749ce5665698760336ddfcab380a72157f736
parent3821458a86222407851063e2604a6328ff219e3f
Automated signing validation infrastructure (dotnet/core-setup#2561)

* Signing validation infrastructure

* Signing validation

* PR feedback

* Remove debugger attach

* Add extension to filename

* Fix message

* Remove old directory if present (don't re-validate)

* Remove extra file

* Update latest vsts signing definition

Commit migrated from https://github.com/dotnet/core-setup/commit/5fc66872ca226a4e7aad5e4ecaf2ec46c80cd54a
18 files changed:
src/installer/build.proj
src/installer/buildpipeline/Core-Setup-Signing-Validation.json [new file with mode: 0644]
src/installer/buildpipeline/Core-Setup-Windows-Arm-BT.json
src/installer/buildpipeline/Core-Setup-Windows-BT.json
src/installer/buildpipeline/pipeline.json
src/installer/config.json
src/installer/publish/dir.props
src/installer/signing/baseline.props [new file with mode: 0644]
src/installer/signing/dir.props [new file with mode: 0644]
src/installer/signing/sign.proj [moved from src/installer/sign.proj with 95% similarity]
src/installer/signing/signingvalidation.proj [new file with mode: 0644]
src/installer/signing/validation.targets [new file with mode: 0644]
tools-local/signingvalidation/baseline.props [new file with mode: 0644]
tools-local/signingvalidation/dir.proj [new file with mode: 0644]
tools-local/signingvalidation/dir.props [new file with mode: 0644]
tools-local/tasks/ValidateBinInspectResults.cs [new file with mode: 0644]
tools-local/tasks/core-setup.tasks.csproj
tools-local/tasks/core-setup.tasks.sln