Created
September 24, 2019 15:17
-
-
Save tats-u/cfee0b0dd75035c5761f6d03b05800a9 to your computer and use it in GitHub Desktop.
Enable Visual Studio 2019 CLI Environment (Install https://github.com/Wintellect/WintellectPowerShell before)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Append the following lines to your PowerShell's $PROFILE | |
function Enable-VS2019X64Environment() { | |
Invoke-CmdScript "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment