Use proper netframework instead of Mono.
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-07-29 15:36:26 +02:00
parent 4cb1398706
commit 8cadc070df

View File

@@ -22,5 +22,7 @@ RUN set -x -e; \
break; \
fi \
done; \
# Install proper NET Framework so that tlbexp.exe works
winetricks -q dotnet472; \
rm /tmp/dotnet.exe /tmp/chk; \
echo Usage: wine "c:\program files\dotnet\dotnet.exe" build --configuration Release --no-dependencies Test.wixproj