Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Adding webdeploy on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Oct 28, 2018
1 parent 938fd79 commit 768813d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ deploy:
artifact: /.*\.nupkg/
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true
- provider: WebDeploy
server: https://buildcrosscheck.scm.azurewebsites.net:443/msdeploy.axd?site=BuildCrossCheck
website: BuildCrossCheck
username: $BuildCrossCheck
password:
secure: 361bj2J7f6ObKuxxFf1gkkemdTFncdFNCVMd4ayyoe+GTXMIc8oREU3oPm9zDbNUnoPT5SPit6x4D86Ml+V5Qw==
aspnet_core: true
aspnet_core_force_restart: true
remove_files: true
app_offline: true
artifact: build.web
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 768813d

Please sign in to comment.