mirror of https://github.com/ppy/osu
Use appveyor yml back for build.
This commit is contained in:
parent
5e8f3eb28f
commit
137f3495e3
|
@ -2,5 +2,10 @@ clone_depth: 1
|
|||
version: '{branch}-{build}'
|
||||
image: Visual Studio 2019
|
||||
test: off
|
||||
build_script:
|
||||
- cmd: PowerShell -Version 2.0 .\build.ps1
|
||||
before_build:
|
||||
- ps: dotnet --info # Useful when version mismatch between CI and local
|
||||
- ps: nuget restore -verbosity quiet # Only nuget.exe knows both new (.NET Core) and old (Xamarin) projects
|
||||
build:
|
||||
project: osu.sln
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
|
|
Loading…
Reference in New Issue