Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
(GH-100) Add RunWorkingDirectory property
Browse files Browse the repository at this point in the history
This is similar to a change made within Frosting's own build process.
  • Loading branch information
gep13 authored Jul 1, 2020
1 parent 329fbfb commit ac28004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>

<!-- Make sure start same folder .NET Core CLI and Visual Studio -->
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ac28004

Please sign in to comment.