Skip to content

Instantly share code, notes, and snippets.

View SugoiDev's full-sized avatar
🎯
Focusing

SugoiDev

🎯
Focusing
View GitHub Profile
@SugoiDev
SugoiDev / update-unity-compiler.cmd
Created July 24, 2018 08:26 — forked from zoon/update-unity-compiler.cmd
Latest version of Roslyn for unity.incrementalcompiler
@rem update-unity-compiler.cmd
@rem start in */com.unity.incrementalcompiler@X.Y.ZZ folder
@echo off
@rem NOTE: FIND.EXE can clash with git/msys/cygwin's find
for %%a in (%ComSpec%) do set __system=%%~dpa
%__system%FIND.EXE /i "com.unity.incrementalcompiler" package.json 1> NUL
if %errorlevel% neq 0 goto :not_found
nuget install Microsoft.Net.Compilers -verbosity quiet