Skip to content

Commit 29e6386

Browse files
Run .targets file in transitive build (#1564)
1 parent a666e15 commit 29e6386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish/publish.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function createMagickNetNuGetPackage($quantumName, $platform, $version, $commit,
7777
addMagickNetLibraries $xml $quantumName $platform
7878
addNativeLibraries $xml $quantumName $platform
7979
addFile $xml "Magick.NET.targets" "build\netstandard20\$name.targets"
80+
addFile $xml "Magick.NET.targets" "buildTransitive\netstandard20\$name.targets"
8081

8182
createAndSignNuGetPackage $xml $name $version $pfxPassword
8283
}

0 commit comments

Comments
 (0)