Skip to content

Commit 09f8861

Browse files
committed
Adjust copyright and always produce package in release mode
1 parent 89301fa commit 09f8861

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ImageCaching.Nuke/ImageCaching.Nuke.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Copyright>Sharpnado 2020</Copyright>
15+
<Copyright>Sharpnado 2025</Copyright>
1616
<PackageProjectUrl>https://github.com/roubachof/NukeProxy</PackageProjectUrl>
1717
<PackageIcon>nuke_small.png</PackageIcon>
1818
<Authors>Jean-Marie Alfonsi, Tomasz Cielecki</Authors>
@@ -21,6 +21,10 @@
2121
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2222
</PropertyGroup>
2323

24+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
25+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
26+
</PropertyGroup>
27+
2428
<PropertyGroup Condition=" '$(TF_BUILD)' == 'true' OR '$(GITHUB_ACTIONS)' == 'true' ">
2529
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2630
<Deterministic>true</Deterministic>

0 commit comments

Comments
 (0)