mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Updated MiniProfiler to v2
This commit is contained in:
6
packages/MiniProfiler.MVC3.2.0.2/tools/install.ps1
vendored
Normal file
6
packages/MiniProfiler.MVC3.2.0.2/tools/install.ps1
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
$path = [System.IO.Path]
|
||||
$appstart = $path::Combine($path::GetDirectoryName($project.FileName), "App_Start\MiniProfiler.cs")
|
||||
$DTE.ItemOperations.OpenFile($appstart)
|
||||
|
Reference in New Issue
Block a user