From 287b991be80d156dee32156846a0a5e23982c53e Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Thu, 1 Nov 2018 15:11:28 -0400 Subject: [PATCH 1/3] Use the environment variable --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8dfc1c7..257f91c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,8 +31,7 @@ deploy: server: https://buildcrosscheck.scm.azurewebsites.net:443/msdeploy.axd?site=BuildCrossCheck website: BuildCrossCheck username: $BuildCrossCheck - password: - secure: 361bj2J7f6ObKuxxFf1gkkemdTFncdFNCVMd4ayyoe+GTXMIc8oREU3oPm9zDbNUnoPT5SPit6x4D86Ml+V5Qw== + password: $(GITHUB_TOKEN) aspnet_core: true aspnet_core_force_restart: true remove_files: true From 75a47f4213fa8347f38f91337aa2ba7aea25d716 Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Thu, 1 Nov 2018 16:34:33 -0400 Subject: [PATCH 2/3] Pay more attention --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 257f91c..7bb5440 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,8 +20,7 @@ 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: @@ -31,7 +30,8 @@ deploy: server: https://buildcrosscheck.scm.azurewebsites.net:443/msdeploy.axd?site=BuildCrossCheck website: BuildCrossCheck username: $BuildCrossCheck - password: $(GITHUB_TOKEN) + password: + secure: 361bj2J7f6ObKuxxFf1gkkemdTFncdFNCVMd4ayyoe+GTXMIc8oREU3oPm9zDbNUnoPT5SPit6x4D86Ml+V5Qw== aspnet_core: true aspnet_core_force_restart: true remove_files: true From b771c86736fde6f854b40a70826ad258888dde38 Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Thu, 1 Nov 2018 16:42:52 -0400 Subject: [PATCH 3/3] Removing branch limitation --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7bb5440..3ed7ed8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,6 @@ deploy: draft: false prerelease: false on: - branch: master appveyor_repo_tag: true - provider: WebDeploy server: https://buildcrosscheck.scm.azurewebsites.net:443/msdeploy.axd?site=BuildCrossCheck @@ -38,5 +37,4 @@ deploy: app_offline: true artifact: build.web on: - branch: master appveyor_repo_tag: true \ No newline at end of file