msbuild-docker icon indicating copy to clipboard operation
msbuild-docker copied to clipboard

unable to find vs_buildtools

Open JayNomadicProgrammer opened this issue 3 years ago • 1 comments

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.

JayNomadicProgrammer avatar Jul 20 '22 14:07 JayNomadicProgrammer

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.

RektInator avatar Nov 22 '22 09:11 RektInator