Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Deploy for 4.7.1 does not install WebBuildTools #7

Open
jsturtevant opened this issue Jan 30, 2018 · 0 comments
Open

Web Deploy for 4.7.1 does not install WebBuildTools #7

jsturtevant opened this issue Jan 30, 2018 · 0 comments

Comments

@jsturtevant
Copy link

After building the dockerfile dockerfiles-windows/msbuild/netfx-4.7.1-webdeploy/Dockerfile using it to build an asp.net application does not work.

It seems that

Start-Process vs_BuildTools.exe -ArgumentList  '--add', 'Microsoft.VisualStudio.Workload.WebBuildTools', '--quiet', '--norestart', '--nocache' -NoNewWindow -Wait;

doesn't install the webbuild tools workload onto the container.

If I use the base image microsoft/dotnet-framework and install all of the workloads it seems to work. If I use the microsoft/dotnet-framework-build the web workload doesn't seem to get installed but there is no error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant