Skip to content

Commit

Permalink
Merge pull request #676 from microsoftgraph/andrueastman/fixCI
Browse files Browse the repository at this point in the history
Includes package icon in package
  • Loading branch information
andrueastman authored Jun 15, 2023
2 parents 32afed0 + feef05b commit 1e7401c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageProjectUrl>https://developer.microsoft.com/graph</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
<RepositoryUrl>https://github.com/microsoftgraph/msgraph-sdk-dotnet-core</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<SignAssembly>false</SignAssembly>
Expand All @@ -31,6 +32,7 @@
<Deterministic>true</Deterministic>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NoWarn>NU5048</NoWarn>
</PropertyGroup>
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
Expand Down

0 comments on commit 1e7401c

Please sign in to comment.