Navigation Menu

Skip to content

Trying to get vcvarsall.bat to "stick" #26887

Discussion options

You must be logged in to vote

I figured it out. I needed to use the cmd shell and call the batch file like so:

        shell: cmd
        run: |
          call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
          ./build.bat

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@rdunnington
Comment options

@hwhsu1231
Comment options

@hwhsu1231
Comment options

@rdunnington
Comment options

@hwhsu1231
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants