This commit is contained in:
Job Evers-Meltzer 2016-09-19 13:44:56 -07:00
parent f1d1187cef
commit ea4883e6b6

View file

@ -16,12 +16,12 @@ notifications:
clone_folder: c:\projects\lbry
init:
- ps: . .\packaging\windows\init.ps1
- ps: . c:\projects\lbry\packaging\windows\init.ps1
install:
- nuget install secure-file -ExcludeVersion
- secure-file\tools\secure-file -decrypt packaging\windows\certs\lbry2.pfx.enc -secret %pfx_key%
- ps: . .\packaging\windows\install.ps1
- ps: . c:\projects\lbry\packaging\windows\install.ps1
build_script:
@ -30,7 +30,7 @@ build_script:
test_script:
- ps: . .\packaging\windows\test.ps1
- ps: . c:\projects\lbry\packaging\windows\test.ps1
artifacts: