Moved CI to choco on linux image

This commit is contained in:
Joel Collins 2019-05-06 14:29:25 +01:00
parent 6ac0c58fc2
commit 9a5868e817
2 changed files with 73 additions and 1 deletions

View file

@ -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