Remove the call for signing.ps1 on Windows builds (#4245)
This commit is contained in:
parent
ad841dfdc6
commit
0d61894497
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue