Преглед изворни кода

Change build task configuration to release

habeebweeb пре 4 година
родитељ
комит
9ffa89971a
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      MultipleMaids/.vscode/tasks.json

+ 2 - 1
MultipleMaids/.vscode/tasks.json

@@ -9,6 +9,7 @@
                 "build",
                 "${workspaceFolder}/MultipleMaids.csproj",
                 "/property:GenerateFullPaths=true",
+                "/property:Configuration=Release",
                 "/consoleloggerparameters:NoSummary"
             ],
             "problemMatcher": "$msCompile"
@@ -39,4 +40,4 @@
             "problemMatcher": "$msCompile"
         }
     ]
-}
+}