Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ deploy:
tag: $(APPVEYOR_REPO_TAG_NAME)
release: BuildCrossCheck v$(GitVersion_SemVer)
description: 'BuildCrossCheck v$(GitVersion_SemVer)'
auth_token:
secure: 8wLI8hf2W3L/V5BUk/tdGDs+gWryh9Y8HxCQk9iq48xV/n+hxShodChwuHAm2DsS
auth_token: $(GITHUB_TOKEN)
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true
- provider: WebDeploy
server: https://buildcrosscheck.scm.azurewebsites.net:443/msdeploy.axd?site=BuildCrossCheck
Expand All @@ -39,5 +37,4 @@ deploy:
app_offline: true
artifact: build.web
on:
branch: master
appveyor_repo_tag: true