Skip to content

Commit

Permalink
Add publish profile (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: Joerg Rosenkranz <joerg.rosenkranz@oneidentity.com>
  • Loading branch information
joergrosenkranz and Joerg Rosenkranz committed Oct 7, 2021
1 parent 3ca8b6f commit a7ed5ca
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions LogInsights/Properties/PublishProfiles/x64Profile.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net5.0-windows\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net5.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>False</PublishTrimmed>
</PropertyGroup>
</Project>
9 changes: 9 additions & 0 deletions LogInsights/Properties/PublishProfiles/x64Profile.pubxml.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>True|2021-10-06T12:17:10.5807375Z;</History>
</PropertyGroup>
</Project>

0 comments on commit a7ed5ca

Please sign in to comment.