Skip to content

Commit

Permalink
Set StartAction for StructuredLogger so you can F5 it.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed May 23, 2016
1 parent 2a50bf2 commit c982cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StructuredLogger/StructuredLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SrcRoot)\Common.targets" />
<PropertyGroup>
<StartAction>Program</StartAction>
<StartProgram>$(MSBuildToolsPath)\MSBuild.exe</StartProgram>
<StartArguments>$(SolutionPath) /p:Configuration=Release /t:Rebuild /v:diag /noconlog /logger:StructuredLogger,$(TargetPath);buildlog.xml</StartArguments>
<StartWorkingDirectory>$(SolutionDir)</StartWorkingDirectory>
Expand Down

0 comments on commit c982cc7

Please sign in to comment.