mirror of https://github.com/Radarr/Radarr
7 lines
219 B
PowerShell
7 lines
219 B
PowerShell
|
param($installPath, $toolsPath, $package, $project)
|
||
|
|
||
|
$path = [System.IO.Path]
|
||
|
$appstart = $path::Combine($path::GetDirectoryName($project.FileName), "App_Start\MiniProfiler.cs")
|
||
|
$DTE.ItemOperations.OpenFile($appstart)
|
||
|
|