Compare commits
3 Commits
559838835f
...
e7808799c9
Author | SHA1 | Date |
---|---|---|
JoYo | e7808799c9 | |
JoYo | aedae7f426 | |
JoYo | e97ed194a7 |
|
@ -13,4 +13,4 @@ RUN C:\docker\vs_buildtools.exe --quiet --wait --norestart --nocache `
|
||||||
|
|
||||||
VOLUME C:\source\
|
VOLUME C:\source\
|
||||||
WORKDIR 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;"]
|
||||||
|
|
|
@ -104,8 +104,7 @@ It is recommended that you include a script in your project that copies the `C:\
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Copy-Item C:\source\ -Destination C:\build\ -Recurse -Force
|
Copy-Item C:\source\ -Destination C:\build\ -Recurse -Force
|
||||||
Set-Location -Path C:\build\source\project\
|
MSBuild C:\build\project.sln
|
||||||
MSBuild project.sln
|
Copy-Item C:\build\bin -Destination C:\source\ -Recurse -Force
|
||||||
Copy-Item C:\build\source\project\ -Destination C:\source\ -Recurse -Force
|
Remove-Item -Recurse C:\build\
|
||||||
Set-Location -Path C:\source\
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue