1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 04:19:53 +08:00

Make appveyor only compile net461

This commit is contained in:
smoogipoo
2018-03-26 16:03:25 +09:00
Unverified
parent e5df2946aa
commit d2c5fa72dc
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -16,6 +16,8 @@ install:
before_build:
- cmd: CodeFileSanity.exe
- cmd: nuget restore -verbosity quiet
environment:
TargetFramework: net461
build:
project: osu.sln
parallel: true