Skip to content

Commit

Permalink
forgot to generate the snupkg files
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Mar 30, 2021
1 parent 0747707 commit 0aac2ff
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
24 changes: 24 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<Project>
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<!-- NuGet package configuration -->
<PropertyGroup>
<Company>Aaron Powell</Company>
<RepositoryUrl>https://github.com/aaronpowell/dotnet-delice</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions src/DotNetDelice.Licensing/DotNetDelice.Licensing.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@
<PackageReference Include="FSharp.Data" Version="4.0.1" />
<PackageReference Include="NuGet.ProjectModel" Version="5.9.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions src/DotNetDelice/DotNetDelice.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="BlackFox.ColoredPrintf" Version="1.0.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DotNetDelice.Licensing\DotNetDelice.Licensing.fsproj" />
Expand Down

0 comments on commit 0aac2ff

Please sign in to comment.