Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 0ebd132

Browse files
committed
Try and move the octopus deploy logic to after deploy.
1 parent 4f82bf9 commit 0ebd132

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ test_script:
3232
after_test:
3333
- cd ..
3434
- ps: nuget pack -Version $env:APPVEYOR_BUILD_VERSION
35-
- ps: appveyor PushArtifact "Exceptionless.UI.$env:APPVEYOR_BUILD_VERSION.nupkg"
36-
- nuget install OctopusTools
37-
- ps: '&(ls .\OctopusTools*\Octo.exe) create-release --project="Exceptionless UI" --version "$env:APPVEYOR_BUILD_VERSION" --server "$env:OCTOPUS_API_URL" --apiKey "$env:OCTOPUS_API_KEY" --deployto Dev'
3835

3936
artifacts:
4037
- path: '*.nupkg'
4138

39+
after_deploy:
40+
- nuget install OctopusTools
41+
- ps: '&(ls .\OctopusTools*\Octo.exe) create-release --project="Exceptionless UI" --version "$env:APPVEYOR_BUILD_VERSION" --server "$env:OCTOPUS_API_URL" --apiKey "$env:OCTOPUS_API_KEY" --deployto Dev'
42+
4243
notifications:
4344
- provider: Slack
4445
auth_token:

0 commit comments

Comments
 (0)