Moved CI to choco on linux image
This commit is contained in:
parent
6ac0c58fc2
commit
9a5868e817
2 changed files with 73 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ deploy:
|
|||
stage: deploy
|
||||
image: patrickhuber/choco-linux
|
||||
script:
|
||||
- powershell .\app\make-nupkg.ps1
|
||||
- chmod +x ./app/make-nupkg.sh
|
||||
- ./app/make-nupkg.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- release-builds/*.nuspec
|
||||
- release-builds/*.nupkg
|
||||
Loading…
Add table
Add a link
Reference in a new issue