C#
[Visual Studio] 빌드 속도 높이는 방법
HyoSeong
2022. 3. 10. 21:42
반응형
안녕하세요.
오늘은 Visual Studio Build시간을 단축시키는 방법에 대해 알아보고자 합니다.
방법은 간단하니 바로 진행해보도록 하겠습니다.
Windows 보안 -> 바이러스 및 위협 방지
바이러스 및 위협 방지 설정 -> 설정 관리
제외 -> 제외 추가 또는 제거
devenv.exe 제외
프로젝트 폴더 제외 (본인이 프로젝트들을 모아두는 폴더를 제외 사항으로 추가하면 됩니다.)
이렇게하면 빌드 도중 "Antimalware Service Executable"이 실행되지 않기 때문에 빌드 시간이 단축되는 것입니다.
더 자세한 내용을 알고싶으시다면 아래 링크를 확인해주세요.
https://ardalis.com/speed-up-visual-studio-build-times/?utm_sq=gtaxmo0qrw
Speed Up Visual Studio Build Times
Although compiling is still the #1 programmer excuse for slacking off, you still probably don’t want to spend more time on it than you absolutely have to.
ardalis.com
감사합니다.
반응형