We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95320cf + 3f1397f commit ce85cffCopy full SHA for ce85cff
docs/install/build-tools-container.md
@@ -68,7 +68,7 @@ Save the following example Dockerfile to a new file on your disk. If the file is
68
ADD https://aka.ms/vs/15/release/vs_buildtools.exe C:\TEMP\vs_buildtools.exe
69
70
# Install Build Tools with the Microsoft.VisualStudio.Workload.AzureBuildTools workload, excluding workloads and components with known issues.
71
- RUN C:\TEMP\vs_buildtools.exe --quiet --wait --norestart --nocache `
+ RUN start /wait C:\TEMP\vs_buildtools.exe --quiet --wait --norestart --nocache `
72
--installPath C:\BuildTools `
73
--add Microsoft.VisualStudio.Workload.AzureBuildTools `
74
--remove Microsoft.VisualStudio.Component.Windows10SDK.10240 `
0 commit comments