From ece6cacfdf6a491158e97aea80abc6ba1748dcf7 Mon Sep 17 00:00:00 2001 From: Paul Broadwith Date: Wed, 26 Feb 2020 18:11:41 +0000 Subject: [PATCH 1/3] Fix deploy task name --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5aefe78..63c9c7f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,7 +62,7 @@ test_script: deploy_script: - ps: | if ($env:APPVEYOR_REPO_TAG -eq 'true') { - .\build.ps1 -Task deploy + .\build.ps1 -Task publish } else { Write-Host 'Commit not a tag - not deploying.' From 404b52935b28408dee19efe58193a70f1daf1e83 Mon Sep 17 00:00:00 2001 From: Paul Broadwith Date: Wed, 26 Feb 2020 18:13:24 +0000 Subject: [PATCH 2/3] Fix secure email address --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 63c9c7f..b8493fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -78,7 +78,7 @@ on_finish: notifications: - provider: Email to: - secure: ${NOTIFY_EMAIL} + secure: xxzrryH1TErXFSjxmYszGA== subject: 'Build {{status}}' # optional message: "{{message}}, {{commitId}}, ..." # optional on_build_success: true From 5a2e48033f7316c1c592905129ab6d263ae64f1e Mon Sep 17 00:00:00 2001 From: Paul Broadwith Date: Wed, 26 Feb 2020 18:15:12 +0000 Subject: [PATCH 3/3] Removed email notification --- appveyor.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b8493fe..a2adafd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -73,14 +73,4 @@ test: deploy: on_finish: -# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - -notifications: - - provider: Email - to: - secure: xxzrryH1TErXFSjxmYszGA== - subject: 'Build {{status}}' # optional - message: "{{message}}, {{commitId}}, ..." # optional - on_build_success: true - on_build_failure: true - on_build_status_changed: true \ No newline at end of file +# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) \ No newline at end of file