mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Change VSCode build task args to use - instead of /
This commit is contained in:
parent
84e090583d
commit
c8ecf15d71
50
.vscode/tasks.json
vendored
50
.vscode/tasks.json
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user