minor fix, winxp cmd

master
JoYo 2021-02-18 14:25:18 -05:00
parent 8320dfbb2a
commit 43d976aaf5
2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,6 @@
"version": "1.0", "version": "1.0",
"components": [ "components": [
"Microsoft.VisualStudio.Workload.VCTools", "Microsoft.VisualStudio.Workload.VCTools",
"Microsoft.VisualStudio.Component.NuGet", "Microsoft.VisualStudio.Component.NuGet.BuildTools",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK.18362"
] ]
} }

View File

@ -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 ["cmd", "/k C:\\msvc\\Common7\\Tools\\VsDevCmd.bat"]