diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-08 00:00:49 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-08 00:00:49 -0500 |
| commit | f5a7e3ef7e25aa2545f541e171f2d5f6fe43ecc7 (patch) | |
| tree | 6f5dbb64c68ff3bf8a2cd771366ac5ff466d183d /appveyor.yml | |
| parent | c7428fab1c38d29bcc50ee263678504e34d01318 (diff) | |
| download | erable-godot-f5a7e3ef7e25aa2545f541e171f2d5f6fe43ecc7.tar.gz erable-godot-f5a7e3ef7e25aa2545f541e171f2d5f6fe43ecc7.tar.bz2 erable-godot-f5a7e3ef7e25aa2545f541e171f2d5f6fe43ecc7.zip | |
Erable playing audio in bg thread; Sirop backend initalized; Msgbox added
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
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 |
