aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 85c77cc..21a1bdc 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,8 +1,9 @@
version: 1.0.{build}
image: Visual Studio 2019
before_build:
-- cmd: dotnet restore
+- ps: dotnet restore Alee\ Audio\ Player.csproj
build:
verbosity: normal
before_deploy:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/deploy.ps1'))
+- ps: 7z a AleeAudioPlayer-Windows.zip bin\Debug\net5.0 \ No newline at end of file