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

Change VSCode build task args to use - instead of /

This commit is contained in:
kamp 2020-11-07 00:35:26 +01:00
parent 84e090583d
commit c8ecf15d71

50
.vscode/tasks.json vendored
View File

@ -11,9 +11,9 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Desktop", "osu.Desktop",
"/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.Desktop", "osu.Desktop",
"/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"
@ -42,9 +42,9 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Tests", "osu.Game.Tests",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"
@ -57,10 +57,10 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Tests", "osu.Game.Tests",
"/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"
@ -73,9 +73,9 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Tournament.Tests", "osu.Game.Tournament.Tests",
"/p:GenerateFullPaths=true", "-p:GenerateFullPaths=true",
"/m", "-m",
"/verbosity:m" "-verbosity:m"
], ],
"group": "build", "group": "build",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"
@ -88,10 +88,10 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Tournament.Tests", "osu.Game.Tournament.Tests",
"/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"
@ -104,10 +104,10 @@
"build", "build",
"--no-restore", "--no-restore",
"osu.Game.Benchmarks", "osu.Game.Benchmarks",
"/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"