2 lines
158 B
PowerShell
2 lines
158 B
PowerShell
param($installPath, $toolsPath, $package, $project)
|
|
$project.Object.References | Where-Object { $_.Name -eq 'DELETE_ME' } | ForEach-Object { $_.Remove() } |