mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
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}'
|
version: '{branch}-{build}'
|
||||||
image: Visual Studio 2019
|
image: Visual Studio 2019
|
||||||
test: off
|
test: off
|
||||||
build_script:
|
before_build:
|
||||||
- cmd: PowerShell -Version 2.0 .\build.ps1
|
- 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
Block a user