From 97f49be2cd44e147d55ed2954fc80763e3600b66 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sat, 10 Jun 2017 19:48:43 +0200 Subject: [PATCH] Cleanup --- appveyor.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 appveyor.yaml diff --git a/appveyor.yaml b/appveyor.yaml deleted file mode 100644 index 08464eb09..000000000 --- a/appveyor.yaml +++ /dev/null @@ -1,27 +0,0 @@ -version: '{build}' -pull_requests: - do_not_increment_build_number: true -branches: - only: - - master -nuget: - disable_publish_on_pr: true -build_script: -- ps: .\Build.ps1 -test: off -environment: - access_token: - secure: zxkLpKLm1mUIYooOeSU+23amdt4NqHVLpwZB77KgBnkiUjckL3+0yHHXVrliBNeW - git_email: - secure: BLyuNJtu5HhsReY6l7Fc3L43OQZSASkoqt1be7OIe8A -on_success: - - git config --global credential.helper store - - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" - - git config --global user.email "$($env:git_email)" - - git config --global user.name "Squidex Build" - - git config --global core.autocrlf true - - git checkout master - - git add . - - git commit -m "ci deploy" - - git status - - git push origin master:release -f \ No newline at end of file