Skip to content

Instantly share code, notes, and snippets.

@leppie
Last active July 3, 2021 11:57
Show Gist options
  • Save leppie/580537b4d309b930a6f8 to your computer and use it in GitHub Desktop.
Save leppie/580537b4d309b930a6f8 to your computer and use it in GitHub Desktop.
Helper script for testing Roslyn C# compiler bits
@echo off
@setlocal
rem arg can be blank to test all or one of Emit, Symbol, Semantic, Syntax (or WinRT, CommandLine, these untested)
set Area=%1
if "%Area%" == "" set Area=*
msbuild /v:m /m BuildAndTest.proj /p:IncludePattern=Roslyn.Compilers.CSharp.%Area%.UnitTests.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment