Skip to content

Commit

Permalink
Run .targets file in transitive build (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbumann committed Feb 23, 2024
1 parent a666e15 commit 29e6386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish/publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function createMagickNetNuGetPackage($quantumName, $platform, $version, $commit,
addMagickNetLibraries $xml $quantumName $platform
addNativeLibraries $xml $quantumName $platform
addFile $xml "Magick.NET.targets" "build\netstandard20\$name.targets"
addFile $xml "Magick.NET.targets" "buildTransitive\netstandard20\$name.targets"

createAndSignNuGetPackage $xml $name $version $pfxPassword
}
Expand Down

0 comments on commit 29e6386

Please sign in to comment.