MaibornWolff / ProjectCanvas

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Add disable windows defender step to CI #113

Closed maximilianruesch closed 8 months ago

maximilianruesch commented 8 months ago

Windows Defender seems to slow down our yarn install and builds on Windows machines by a large amount. This PR aims to deactivate WD real time monitoring for some critical directories.

maximilianruesch commented 8 months ago

After some review i think the issue is generally related to the tabler icons upgrade which added about 120MB of extra unpackaged node modules size. A lot to download. Lets see in https://github.com/MaibornWolff/ProjectCanvas/pull/114.