mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-01 07:40:44 +00:00
clearly I don't understand powershell
This commit is contained in:
parent
a13700563a
commit
3a37b5139c
1 changed files with 3 additions and 3 deletions
|
@ -16,12 +16,12 @@ notifications:
|
||||||
clone_folder: c:\projects\lbry
|
clone_folder: c:\projects\lbry
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- ps: . $(APPVEYOR_BUILD_FOLDER)\packaging\windows\init.ps1
|
- ps: . "$(APPVEYOR_BUILD_FOLDER)\packaging\windows\init.ps1"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- nuget install secure-file -ExcludeVersion
|
- nuget install secure-file -ExcludeVersion
|
||||||
- secure-file\tools\secure-file -decrypt packaging\windows\certs\lbry2.pfx.enc -secret %pfx_key%
|
- secure-file\tools\secure-file -decrypt packaging\windows\certs\lbry2.pfx.enc -secret %pfx_key%
|
||||||
- ps: . $(APPVEYOR_BUILD_FOLDER)\packaging\windows\install.ps1
|
- ps: . "$(APPVEYOR_BUILD_FOLDER)\packaging\windows\install.ps1"
|
||||||
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
@ -30,7 +30,7 @@ build_script:
|
||||||
|
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- ps: . $(APPVEYOR_BUILD_FOLDER)\packaging\windows\test.ps1
|
- ps: . "$(APPVEYOR_BUILD_FOLDER)\packaging\windows\test.ps1"
|
||||||
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue