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

Commit 36ac1cb

Browse files
Merge pull request #153 from justaprogrammer/bad-auto-deploy
Remove the automatic deploy
2 parents 711d126 + f86c391 commit 36ac1cb

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

appveyor.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,4 @@ test: off
1818
artifacts:
1919
- path: build
2020
name: build.web
21-
type: WebDeployPackage
22-
before_deploy:
23-
- ps: $Env:GITHUB_PRERELEASE = ![string]::IsNullOrWhiteSpace($Env:GitVersion_PreReleaseLabel)
24-
deploy:
25-
- provider: GitHub
26-
tag: $(APPVEYOR_REPO_TAG_NAME)
27-
release: BuildCrossCheck v$(GitVersion_SemVer)
28-
description: 'BuildCrossCheck v$(GitVersion_SemVer)'
29-
auth_token: $(GITHUB_TOKEN)
30-
draft: false
31-
prerelease: $(GITHUB_PRERELEASE)
32-
on:
33-
appveyor_repo_tag: true
34-
- provider: WebDeploy
35-
server: https://buildcrosscheck.scm.azurewebsites.net:443/msdeploy.axd?site=BuildCrossCheck
36-
website: BuildCrossCheck
37-
username: $BuildCrossCheck
38-
password:
39-
secure: 361bj2J7f6ObKuxxFf1gkkemdTFncdFNCVMd4ayyoe+GTXMIc8oREU3oPm9zDbNUnoPT5SPit6x4D86Ml+V5Qw==
40-
aspnet_core: true
41-
aspnet_core_force_restart: true
42-
remove_files: true
43-
app_offline: true
44-
artifact: build.web
45-
on:
46-
appveyor_repo_tag: true
21+
type: WebDeployPackage

0 commit comments

Comments
 (0)