소스 검색

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"
         }
     ]
-}
+}