explicitly added VsDevShell to rust build

master
JoYo 2021-02-24 14:24:16 -05:00
parent e7808799c9
commit cef74665bc
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ RUN setx path "%path%;%USERPROFILE%\.cargo\bin"
VOLUME C:\source\
WORKDIR C:\source\
ENTRYPOINT ["powershell", "-NoExit", "-Command", "Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll;", "Enter-VsDevShell -VsInstallPath C:\\msvc\\ -DevCmdArguments -arch=amd64;"]