Temporarily remove Code Signing
This commit is contained in:
parent
9c7714f01e
commit
af2eb05770
@ -19,9 +19,6 @@ assembly_info:
|
||||
assembly_version: '{version}'
|
||||
assembly_file_version: '{version}'
|
||||
assembly_informational_version: '{version}'
|
||||
install:
|
||||
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
|
||||
- cmd: if "%pwe%" NEQ "" (appveyor-tools\secure-file -decrypt cert.enc -secret %pwe% -salt %senc%)
|
||||
before_build:
|
||||
- cmd: premake5.exe vs2017
|
||||
- ps: >-
|
||||
@ -31,8 +28,6 @@ before_build:
|
||||
|
||||
mv .\OpenParrot\src\OpenParrot2.rc .\OpenParrot\src\OpenParrot.rc
|
||||
|
||||
after_build:
|
||||
- cmd: sign.bat
|
||||
build:
|
||||
project: OpenParrot.sln
|
||||
verbosity: minimal
|
||||
|
Loading…
Reference in New Issue
Block a user