aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7ccbbbc..13ce3a5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,9 +1,9 @@
version: 1.0.{build}
image: Visual Studio 2019
before_build:
-- ps: dotnet restore ./Erable.csproj
+- 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'))
-- ps: 7z a Erable-Windows.zip bin\Debug\net5.0 \ No newline at end of file