Make appveyor only compile net461

This commit is contained in:
smoogipoo
2018-03-26 16:03:25 +09:00
parent e5df2946aa
commit d2c5fa72dc
2 changed files with 3 additions and 1 deletions

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