1
0
Просмотр исходного кода

Change build task configuration to release

habeebweeb 4 лет назад
Родитель
Сommit
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"
         }
     ]
-}
+}