Skip to content

Commit

Permalink
changed publish profile to more easily publish from VS
Browse files Browse the repository at this point in the history
  • Loading branch information
djhmateer committed Jul 4, 2020
1 parent 35504d0 commit d055545
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenVSSolution/OpenVSSolution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>d</AssemblyName>
<PublishTrimmed>true</PublishTrimmed>
<!--<PublishTrimmed>true</PublishTrimmed>-->
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishProtocol>FileSystem</PublishProtocol>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PublishDir>bin\Release\netcoreapp2.1\publish\</PublishDir>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PublishDir>C:\dev\OpenVSSolution\OpenVSSolution\bin\Release\vs</PublishDir>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
</PropertyGroup>
</Project>

0 comments on commit d055545

Please sign in to comment.