From 5a5fb453305ae43f981b9061fc9444068e493fdc Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 1 Feb 2021 16:29:53 -0500 Subject: It can now play audio! --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..85c77cc --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,8 @@ +version: 1.0.{build} +image: Visual Studio 2019 +before_build: +- cmd: dotnet restore +build: + verbosity: normal +before_deploy: +- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/deploy.ps1')) -- cgit v1.2.3