Skip to content

Commit

Permalink
Fixed sourcelink
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Jul 21, 2020
1 parent abbd985 commit 04b53dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sources/OpenMcdf.Extensions/OpenMcdf.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down Expand Up @@ -61,6 +64,9 @@
<PackageIconUrl>http://a.fsdn.com/allura/p/openmcdf/icon</PackageIconUrl>
<RepositoryUrl>https://github.com/ironfede/openmcdf</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OpenMcdf\OpenMcdf.csproj" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions sources/OpenMcdf/OpenMcdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,13 @@
<RepositoryUrl>https://github.com/ironfede/openmcdf</RepositoryUrl>
<PackageTags>Compound file, c#, structured storage</PackageTags>
</PropertyGroup>
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<None Include="OpenMcdf.snk" />
<None Include="OpenMcdfClassDiagram.cd" />
Expand Down

0 comments on commit 04b53dc

Please sign in to comment.