Skip to content

Commit

Permalink
Adding NuGetBuild switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jul 25, 2023
1 parent 6531c6b commit 635cb43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@
<None Include="$(ProjectDir)Readme.md" />
<None Include="$(MSBuildThisFileDirectory)NuGetIcon.png" Pack="true" PackagePath="" />
</ItemGroup>

<!-- Uncomment this to switch to how NuGet-publishing GitHub Actions builds work, including referencing Lombiq NuGet
package dependencies instead of submodules. -->
<!--<PropertyGroup>
<NuGetBuild>true</NuGetBuild>
</PropertyGroup>-->
</Project>

0 comments on commit 635cb43

Please sign in to comment.