summarylogtreecommitdiffstats
path: root/roslyn.install
blob: ae32794068459dbc3838d1c037477afe8676ab34 (plain)
1
2
3
4
post_install() {
    echo "Use this in your dotnet build command to override the dotnet-cli's csc with the csc built by this package:"
    echo "/p:CscToolPath=/usr/bin /p:CscToolExe=csc"
}