Skip to content

Commit

Permalink
Set RunWorkingDirectory to repo root
Browse files Browse the repository at this point in the history
Simplifies first time IDE debugging by reusing the examples in repo root
  • Loading branch information
devlead committed Nov 25, 2024
1 parent 80813e4 commit 4e36700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageId>dotnet-example</PackageId>
<RollForward>Major</RollForward>
<ToolCommandName>dotnet-example</ToolCommandName>
<RunWorkingDirectory>$(MSBuildProjectDirectory)/../..</RunWorkingDirectory>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4e36700

Please sign in to comment.