Skip to content

Commit

Permalink
👷 Updates Build Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
brucificus committed Aug 26, 2023
1 parent 76eaeb6 commit 74701bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/funcs/New-TemporaryProjectFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function New-TemporaryProjectFile {
[System.Xml.XmlElement] $element = $propertyGroupElement.OwnerDocument.CreateElement("PackageFile")
$element.SetAttribute("Include", "lib${ds}$($_.id).$($_.version)${ds}**${ds}*.*")
$element.SetAttribute("Pack", "true")
$element.SetAttribute("PackagePath", "lib${ds}$($_.id).$($_.version)${ds}%(RelativeDir)%(Filename)%(Extension)")
$element.SetAttribute("PackagePath", "%(RelativeDir)%(Filename)%(Extension)")
$element
}
)
Expand All @@ -157,7 +157,7 @@ function New-TemporaryProjectFile {
<None Remove=`"**${ds}*.*`" />
</ItemGroup>
<ItemGroup>
<PackageFile Include=`"src${ds}**${ds}*.*`" Pack=`"true`" PackagePath=`"src${ds}%(RelativeDir)%(Filename)%(Extension)`" />
<PackageFile Include=`"src${ds}**${ds}*.*`" Pack=`"true`" PackagePath=`"%(RelativeDir)%(Filename)%(Extension)`" />
<PackageFile Include=`"${LicenseFileName}`" Pack=`"true`" PackagePath=`"${LicenseFileName}`" />
<PackageFile Include=`"${ReadmeFileName}`" Pack=`"true`" PackagePath=`"${ReadmeFileName}`" />
<PackageFile Include=`"${iconPath}`" Pack=`"true`" PackagePath=`"${iconFileName}`" />
Expand Down

0 comments on commit 74701bd

Please sign in to comment.