Skip to content

Commit

Permalink
Package validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Dec 11, 2023
1 parent 7ef85fc commit ac4ac8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/NuPU/NuPU.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>nupu</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<!-- Package validation -->
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit ac4ac8e

Please sign in to comment.