Use proper netframework instead of Mono.
Some checks failed
continuous-integration/drone/push Build was killed
Some checks failed
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user