Explorar el Código

Change build task configuration to release

habeebweeb hace 4 años
padre
commit
9ffa89971a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"
         }
     ]
-}
+}