Quantcast
Channel: Could not find a part of the path ... bin\roslyn\csc.exe - Stack Overflow
Viewing all articles
Browse latest Browse all 62

Answer by Igor Semin for Could not find a part of the path ... bin\roslyn\csc.exe

$
0
0

Add PropertyGroup to your .csproj file

<PropertyGroup><PostBuildEvent>    if not exist "$(WebProjectOutputDir)\bin\Roslyn" md "$(WebProjectOutputDir)\bin\Roslyn"    start /MIN xcopy /s /y /R "$(OutDir)roslyn\*.*""$(WebProjectOutputDir)\bin\Roslyn"</PostBuildEvent></PropertyGroup>

Viewing all articles
Browse latest Browse all 62

Trending Articles