Remove the call for signing.ps1 on Windows builds (#4245)

This commit is contained in:
Thiago Silva 2023-06-01 16:14:32 -03:00 committed by GitHub
commit 0d61894497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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