Skip to content

Commit

Permalink
Pass varibables to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
papeh committed Dec 8, 2022
1 parent a51c357 commit 8aff40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer/ChorusMergeModule.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</PropertyGroup>

<Target Name="pack" DependsOnTargets="CheckPrerequisites">
<Exec Command="$(NuGetCommand) pack ChorusMergeModule.nuspec -Version $(GitVersion_NuGetVersion)" />
<Exec Command="$(NuGetCommand) pack ChorusMergeModule.nuspec -Version $(GitVersion_NuGetVersion) -p PackageId=$(PackageId);Year=$(Year)" />
<Copy SourceFiles="$(PackageId).$(Version).nupkg" DestinationFolder="$(MSBuildThisFileDirectory)../../output" />
</Target>
</Project>

0 comments on commit 8aff40b

Please sign in to comment.