Skip to content

jaredpar/msbuild-to-csc-commandline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

msbuild-to-csc-commandline

Demonstration of how to convert MSBuild project files to C# command line arguments.

First get a binary log of the build:

> dotnet build -bl 

Or

> msbuild -bl

Then just pass it through this tool:

> msbuild-to-csc-commandline.exe myproject.binlog

It will iterate all the C# invocations in the build and dump their command line to the console

About

Demo of how to convert a msbulid binary log to the set of C# command line invocations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages