Compare commits
No commits in common. "d0209fa181924db96adb8afc9185a6e30ab6e090" and "25b97d8a791e0a7298d925cd87cb9eb2db8bf5e4" have entirely different histories.
d0209fa181
...
25b97d8a79
|
@ -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 -VsInstallPath C:\\msvc\\ -DevCmdArguments -arch=amd64"]
|
CMD ["powershell", "-NoExit", "-Command", "Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll;", "Enter-VsDevShell -Verbose -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 -Command Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll; Enter-VsDevShell -VsInstallPath C:\\msvc\\
|
command: powershell -NoExit -Command Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll; Enter-VsDevShell -Verbose -VsInstallPath C:\\msvc\\
|
||||||
|
|
||||||
winxp_build:
|
winxp_build:
|
||||||
image: winxp_build
|
image: winxp_build
|
||||||
|
|
|
@ -7,6 +7,7 @@ services:
|
||||||
context: .
|
context: .
|
||||||
volumes:
|
volumes:
|
||||||
- .:C:/source/
|
- .:C:/source/
|
||||||
|
command: msbuild .
|
||||||
|
|
||||||
winxp_build:
|
winxp_build:
|
||||||
image: winxp_build
|
image: winxp_build
|
||||||
|
@ -15,3 +16,4 @@ services:
|
||||||
dockerfile: winxp.Dockerfile
|
dockerfile: winxp.Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- .:C:/source/
|
- .:C:/source/
|
||||||
|
command: msbuild .
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"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