Browse Source

Change build task configuration to release

habeebweeb 4 years ago
parent
commit
9ffa89971a
1 changed files with 2 additions and 1 deletions
  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"
         }
     ]
-}
+}