aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-01 17:07:58 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-01 17:07:58 -0500
commit751c4ae449293035688941e784d2d47983ee39ca (patch)
tree89f2c8a933d34a6c9087c1d370c9f0762e054cf0 /appveyor.yml
parent5a5fb453305ae43f981b9061fc9444068e493fdc (diff)
downloaderable-godot-751c4ae449293035688941e784d2d47983ee39ca.tar.gz
erable-godot-751c4ae449293035688941e784d2d47983ee39ca.tar.bz2
erable-godot-751c4ae449293035688941e784d2d47983ee39ca.zip
AppVeyor changes
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