From 0fbcb0a1cbe4662c929ecbfc5d1c7328d06eb684 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Mon, 25 Jan 2021 13:15:34 +0200 Subject: Remove IFW tools signing Signing installerbase will prevent the installer generated with binarycreator to be signed. (error 0x800700C1) Change-Id: I3b27a92c8e943fe0ea1242537961498597e4d93d Reviewed-by: Antti Kokko Reviewed-by: Arttu Tarkiainen --- coin/instructions/make_instructions.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/coin/instructions/make_instructions.yaml b/coin/instructions/make_instructions.yaml index 4a4eb2281..6618d7ef2 100644 --- a/coin/instructions/make_instructions.yaml +++ b/coin/instructions/make_instructions.yaml @@ -61,15 +61,6 @@ instructions: property: target.compiler in_values: [MSVC2013, MSVC2015, MSVC2017, MSVC2019] - - type: SignPackage - directory: "{{.InstallRoot}}/{{.AgentWorkingDir}}" - maxTimeInSeconds: 1200 - maxTimeBetweenOutput: 1200 - enable_if: - condition: property - property: host.os - equals_value: Windows - - type: UploadArtifact archiveDirectory: "{{.InstallRoot}}/{{.AgentWorkingDir}}" transferType: UploadModuleBuildArtifact -- cgit v1.2.3