msbuild-docker
msbuild-docker copied to clipboard
unable to find vs_buildtools
getting this error when building the container: => ERROR [7/9] COPY --chown=1000:1000 vs_buildtools /opt/msbuild/vs_buildtools . where could i find the vs_buildtools to copy into the container.
Sorry for the late reply, this directory comes from the Visual Studio installer. The automated build-pipeline downloads the latest installer of VS (on a windows machine, you cannot run it under linux sadly), and installs all the required components.