From 0d6189449743f424f097c676ad65e7dc0640af00 Mon Sep 17 00:00:00 2001 From: Thiago Silva <82097354+thsfs@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:14:32 -0300 Subject: [PATCH] Remove the call for signing.ps1 on Windows builds (#4245) --- ci/actions/windows/build.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/actions/windows/build.ps1 b/ci/actions/windows/build.ps1 index 72ba92fe..b984534e 100644 --- a/ci/actions/windows/build.ps1 +++ b/ci/actions/windows/build.ps1 @@ -55,6 +55,7 @@ if (${LastExitCode} -ne 0) { throw "Failed to build ${env:RUN}" } -. "$PSScriptRoot\signing.ps1" +# TODO: fix the signing script. +#. "$PSScriptRoot\signing.ps1" Pop-Location