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 b176710 commit 7e4c71d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/funcs/New-TemporaryProjectFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ function New-TemporaryProjectFile {
"PackageRequireLicenseAcceptance" = "false"
"AdditionalRestoreSources" = "`$(AdditionalRestoreSources);${psgalleryNugetFeed}"
"EnablePackInference" = "false"

}
if (-not [string]::IsNullOrWhiteSpace($ReleaseNotes)) {
$properties["PackageReleaseNotes"] = $ReleaseNotes
Expand Down

0 comments on commit 7e4c71d

Please sign in to comment.