aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 13ce3a5..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-version: 1.0.{build}
-image: Visual Studio 2019
-before_build:
-- ps: dotnet restore
-build:
- verbosity: normal
-before_deploy:
-- ps: 7z a Erable-Windows.zip Erable\bin\Debug\net5.0
-- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/deploy.ps1'))