1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Also replace / with - for args in other task.jsons

This commit is contained in:
kamp 2020-11-07 01:09:21 +01:00
parent c8ecf15d71
commit ceb17764b1
5 changed files with 35 additions and 35 deletions

View File

@ -11,9 +11,9 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Rulesets.Catch.Tests.csproj", "osu.Game.Rulesets.Catch.Tests.csproj",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"
@ -26,10 +26,10 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Rulesets.Catch.Tests.csproj", "osu.Game.Rulesets.Catch.Tests.csproj",
"/p:Configuration=Release", "-p:Configuration=Release",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"

View File

@ -11,9 +11,9 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Rulesets.Mania.Tests.csproj", "osu.Game.Rulesets.Mania.Tests.csproj",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"
@ -26,10 +26,10 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Rulesets.Mania.Tests.csproj", "osu.Game.Rulesets.Mania.Tests.csproj",
"/p:Configuration=Release", "-p:Configuration=Release",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"

View File

@ -11,9 +11,9 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Rulesets.Osu.Tests.csproj", "osu.Game.Rulesets.Osu.Tests.csproj",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"
@ -26,10 +26,10 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Rulesets.Osu.Tests.csproj", "osu.Game.Rulesets.Osu.Tests.csproj",
"/p:Configuration=Release", "-p:Configuration=Release",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"

View File

@ -11,9 +11,9 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Rulesets.Taiko.Tests.csproj", "osu.Game.Rulesets.Taiko.Tests.csproj",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"
@ -26,10 +26,10 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Rulesets.Taiko.Tests.csproj", "osu.Game.Rulesets.Taiko.Tests.csproj",
"/p:Configuration=Release", "-p:Configuration=Release",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"

View File

@ -11,9 +11,9 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Tournament.Tests.csproj", "osu.Game.Tournament.Tests.csproj",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"
@ -26,10 +26,10 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Tournament.Tests.csproj", "osu.Game.Tournament.Tests.csproj",
"/p:Configuration=Release", "-p:Configuration=Release",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"