Skip to content

Commit

Permalink
Added SourceLink.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Apr 13, 2022
1 parent fcd33fb commit 839ac3a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/DtronixModel.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>3.0.3</VersionPrefix>
<Version>3.0.3.1</Version>
<PackageOutputPath>$(ProjectDir)..\..\artifacts\</PackageOutputPath>
<Company>Dtronix</Company>
<Product>Dtronix Database Modeler</Product>
Expand All @@ -13,7 +13,16 @@
<PackageTags>model modeling dtronix sql net core</PackageTags>
<PackageIcon>database_blue32.png</PackageIcon>
<PackageIconUrl />
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
<PropertyGroup Label="BasePath">
<SolutionDir Condition="'$(SolutionDir)'==''">$(MSBuildThisFileDirectory)</SolutionDir>
</PropertyGroup>
Expand Down

0 comments on commit 839ac3a

Please sign in to comment.