Skip to content

Commit

Permalink
always pack thunderstore in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Dec 30, 2023
1 parent 9901e19 commit cd9075b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ConfiguredYoutubeBoombox/ConfiguredYoutubeBoombox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
<HintPath>../lib/CustomBoomboxTracks.dll</HintPath>
</Reference>
</ItemGroup>

<PropertyGroup Condition="$(CI) == 'true'">
<PACK_THUNDERSTORE>true</PACK_THUNDERSTORE>
</PropertyGroup>

<Target Name="SetPluginVersion" BeforeTargets="AddGeneratedFile" DependsOnTargets="MinVer">
<Message Importance="high" Text="MinVer version is $(MinVerVersion)" />
Expand Down

0 comments on commit cd9075b

Please sign in to comment.