revert to amd64 for rust
parent
aedae7f426
commit
e7808799c9
|
@ -13,4 +13,4 @@ RUN C:\docker\vs_buildtools.exe --quiet --wait --norestart --nocache `
|
|||
|
||||
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\\;"]
|
||||
ENTRYPOINT ["powershell", "-NoExit", "-Command", "Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll;", "Enter-VsDevShell -VsInstallPath C:\\msvc\\ -DevCmdArguments -arch=amd64;"]
|
||||
|
|
|
@ -106,4 +106,5 @@ It is recommended that you include a script in your project that copies the `C:\
|
|||
Copy-Item C:\source\ -Destination C:\build\ -Recurse -Force
|
||||
MSBuild C:\build\project.sln
|
||||
Copy-Item C:\build\bin -Destination C:\source\ -Recurse -Force
|
||||
Remove-Item -Recurse C:\build\
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue