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 27, 2023
1 parent 7e4c71d commit fe49f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/funcs/New-TemporaryProjectFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ function New-TemporaryProjectFile {
<PackageFile Include=`"${moduleManifestFilePath}`" Pack=`"true`" PackagePath=`"${moduleManifestFilePackagePath}`" />
$($itemGroupElementsForNestedRuntimePSGalleryModules | ForEach-Object { $_.OuterXml })
</ItemGroup>
<ItemGroup>
<PackageFile Remove=`"**${ds}*.nupkg`" />
</ItemGroup>
</Project>"
return Get-Item -Path $projectFile
Expand Down

0 comments on commit fe49f36

Please sign in to comment.