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 cb409f2 commit 217a321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/funcs/New-TemporaryProjectFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function New-TemporaryProjectFile {
<None Remove=`"lib${ds}**${ds}*.nupkg`" />
</ItemGroup>
<ItemGroup>
<Content Remove=`"**/*.*`" />
<Content Remove=`"**${ds}*.*`" />
</ItemGroup>
</Project>"
return Get-Item -Path $projectFile
Expand Down

0 comments on commit 217a321

Please sign in to comment.