mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2024-12-29 03:00:21 +00:00
7 lines
No EOL
370 B
PowerShell
7 lines
No EOL
370 B
PowerShell
param($installPath, $toolsPath, $package, $project)
|
|
$project.Object.References | Where-Object { $_.Name -eq 'Machine.Specifications.TDNetRunner' } | ForEach-Object { $_.Remove() }
|
|
|
|
if ($false -eq $false)
|
|
{
|
|
Write-Warning "This is the unsigned version of Machine.Specifications. Use 'Install-Package Machine.Specifications-Signed' to install the signed version."
|
|
} |