Adam Daniel
Results
2
issues of
Adam Daniel
`Remove-PackageVersionsNotUsedByOctopus.ps1` replaces `PurgeNugetFeeds.ps1`. It is safer with regard to your packages that are unrelated to Octopus deployments, because: - It only considers those package IDs that are in use by...
The [`-InputFile` parameter information](https://learn.microsoft.com/en-us/powershell/module/sqlserver/invoke-sqlcmd?#-inputfile) in the `Invoke-Sqlcmd` documentation states _"Spaces are not allowed in the file path or file name"_. However, `Invoke-SqlCmd` executes successfully when the `-InputFile` parameter is used...
documentation