Skip to content

Commit

Permalink
VSCMD_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Apr 16, 2023
1 parent 8641cf0 commit d9fd377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ SHELL ["cmd", "/S", "/C"]
COPY Emscripten.Build.Definition.vsix .

RUN `
""%ProgramFiles%\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat"" `
set VSCMD_DEBUG=1 `
&& ""%ProgramFiles%\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat"" `
&& VSIXInstaller /quiet /admin Emscripten.Build.Definition.vsix `
&& PowerShell -NoLogo -ExecutionPolicy ByPass Wait-Process -Name "VSIXInstaller" `
&& del /q Emscripten.vsix
Expand Down

0 comments on commit d9fd377

Please sign in to comment.