added win81 for more backports

master
JoYo 2021-02-19 14:12:33 -05:00
parent 4e66667d7a
commit 34836fdaad
2 changed files with 5 additions and 7 deletions

View File

@ -35,6 +35,8 @@ Reference these containers later with the names:
- win_build - win_build
- rust_build
- winxp_build - winxp_build
# Run Containers # Run Containers
@ -82,12 +84,6 @@ services:
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 -Command Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll; Enter-VsDevShell -VsInstallPath C:\\msvc\\
winxp_build:
image: winxp_build
volumes:
- .:C:/source/
command: cmd /k C:\\msvc\\Common7\\Tools\\VsDevCmd.bat
``` ```
# Optional Workstation Scripts # Optional Workstation Scripts

View File

@ -2,9 +2,11 @@
"version": "1.0", "version": "1.0",
"components": [ "components": [
"Microsoft.VisualStudio.Workload.VCTools", "Microsoft.VisualStudio.Workload.VCTools",
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81",
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP", "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP",
"Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.ATL",
"Microsoft.VisualStudio.Component.VC.CMake.Project", "Microsoft.VisualStudio.Component.VC.CMake.Project",
"Microsoft.VisualStudio.Component.Windows10SDK.17763" "Microsoft.VisualStudio.Component.Windows10SDK.17763",
"Microsoft.VisualStudio.Component.Windows81SDK"
] ]
} }