Skip to content

Commit

Permalink
Adjust the output directory for the commandline publish profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinematics committed Oct 14, 2020
1 parent e72d456 commit 7423368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PublishDir>bin\Release\netcoreapp3.1\publish\x64\</PublishDir>
<PublishDir>bin\Release\netcoreapp3.1\publish\nettally.commandline.x64\</PublishDir>
<SelfContained>false</SelfContained>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\netcoreapp3.1\publish\x86\</PublishDir>
<PublishDir>bin\Release\netcoreapp3.1\publish\nettally.commandline.x86\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp3.1</TargetFramework>
<SelfContained>false</SelfContained>
Expand Down

0 comments on commit 7423368

Please sign in to comment.