aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 7ccbbbc5b87782fa2b69d87e2989234ca455ce44 (plain) (blame)
1
2
3
4
5
6
7
8
9
version: 1.0.{build}
image: Visual Studio 2019
before_build:
- ps: dotnet restore ./Erable.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 Erable-Windows.zip bin\Debug\net5.0