RektInator / msbuild-docker

A docker container to run msbuild on linux!
34 stars 6 forks source link

WindowsSDK missing #4

Open DowerX opened 1 year ago

DowerX commented 1 year ago

/opt/msbuild/winsdk doesn't exist

runner@731c977a0094:/src$ ls -lah /opt/msbuild
total 24K
drwxr-xr-x 1 runner runner 4.0K Aug 16 01:44 .
drwxr-xr-x 1 root   root   4.0K Aug 16 01:38 ..
drwxr-xr-x 1 runner runner 4.0K Aug 16 01:45 vs_buildtools

The script (install_sdks.sh), doesn't check for errors, and winsdksetup.exe fails silently. I tested this on Windows 10, it can't download something. I was able to install it on Windows using a newer version of winsdksetup.exe and mount it. Updating the link in the Dockerfile might fix it.

GrzegorzRussek commented 1 year ago

Are there any plans to make this container usable again?

DowerX commented 1 year ago

@GrzegorzRussek I didn't really like that you had to use Github to build this image, so I made my own. See if it fits your needs: https://github.com/DowerX/msbuild-docker, https://github.com/DowerX/windows-qemu-docker