Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Sep 5, 2023
1 parent bfadccb commit 5a02aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ deploy:
prerelease: false
description: "Built with :heart: by AppVeyor CI on [$(appveyor_repo_branch)] - $(appveyor_url)/project/$(appveyor_account_name)/$(appveyor_project_slug)/build/$(appveyor_build_version)"
auth_token:
secure: IRR2uX59Hi0xgKot4wexASeI2sIb459g9OD55nKpaqvsVGWF85y286q+RU6TaPBK
secure: 2+FXBVrkpeLgfucr22+zqboZ4N/SXM+nCKrmCSzFS3VrUVRevSK4ZUYqQvOr1VmZ
artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes
on:
branch: main
Expand All @@ -155,15 +155,15 @@ deploy:
prerelease: true
description: "AppVeyor build on [$(appveyor_repo_branch)] - $(appveyor_url)/project/$(appveyor_account_name)/$(appveyor_project_slug)/build/$(appveyor_build_version)"
auth_token:
secure: IRR2uX59Hi0xgKot4wexASeI2sIb459g9OD55nKpaqvsVGWF85y286q+RU6TaPBK
secure: 2+FXBVrkpeLgfucr22+zqboZ4N/SXM+nCKrmCSzFS3VrUVRevSK4ZUYqQvOr1VmZ
artifact: Rubberduck, InspectionDocs, AnnotationDocs, InstallerHashes
on:
branch: next

notifications:
- provider: GitHubPullRequest
auth_token:
secure: IRR2uX59Hi0xgKot4wexASeI2sIb459g9OD55nKpaqvsVGWF85y286q+RU6TaPBK
secure: 2+FXBVrkpeLgfucr22+zqboZ4N/SXM+nCKrmCSzFS3VrUVRevSK4ZUYqQvOr1VmZ
template: "{{#passed}}:white_check_mark:{{/passed}}{{#failed}}:x:{{/failed}} [Build {{&projectName}} {{buildVersion}} {{status}}]({{buildUrl}}) (commit {{commitUrl}} by @{{&commitAuthorUsername}})"
on_build_success: true
on_build_failure: true
Expand Down

0 comments on commit 5a02aa5

Please sign in to comment.