Compare commits
2 Commits
25b97d8a79
...
d0209fa181
Author | SHA1 | Date |
---|---|---|
JoYo | d0209fa181 | |
JoYo | 8a96d5c2c2 |
|
@ -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\
|
||||||
CMD ["powershell", "-NoExit", "-Command", "Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll;", "Enter-VsDevShell -Verbose -VsInstallPath C:\\msvc\\ -DevCmdArguments -arch=amd64"]
|
CMD ["powershell", "-NoExit", "-Command", "Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll;", "Enter-VsDevShell -VsInstallPath C:\\msvc\\ -DevCmdArguments -arch=amd64"]
|
||||||
|
|
|
@ -81,7 +81,7 @@ services:
|
||||||
image: win_build
|
image: win_build
|
||||||
volumes:
|
volumes:
|
||||||
- .:C:/source/
|
- .:C:/source/
|
||||||
command: powershell -NoExit -Command Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll; Enter-VsDevShell -Verbose -VsInstallPath C:\\msvc\\
|
command: powershell -Command Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll; Enter-VsDevShell -VsInstallPath C:\\msvc\\
|
||||||
|
|
||||||
winxp_build:
|
winxp_build:
|
||||||
image: winxp_build
|
image: winxp_build
|
||||||
|
|
|
@ -7,7 +7,6 @@ services:
|
||||||
context: .
|
context: .
|
||||||
volumes:
|
volumes:
|
||||||
- .:C:/source/
|
- .:C:/source/
|
||||||
command: msbuild .
|
|
||||||
|
|
||||||
winxp_build:
|
winxp_build:
|
||||||
image: winxp_build
|
image: winxp_build
|
||||||
|
@ -16,4 +15,3 @@ services:
|
||||||
dockerfile: winxp.Dockerfile
|
dockerfile: winxp.Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- .:C:/source/
|
- .:C:/source/
|
||||||
command: msbuild .
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"components": [
|
"components": [
|
||||||
"Microsoft.VisualStudio.Workload.VCTools",
|
"Microsoft.VisualStudio.Workload.VCTools"
|
||||||
"Microsoft.VisualStudio.Component.NuGet"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue