Kiln » KilnSupportScripts Powershell Scripts to help monitor a Kiln environment. Contact Fog Creek support before using.
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

removing start-process and replacing with '&' to properly invoke the script (not for editing, which is default OS behavior for .ps1 file extension

Changeset 6c9979d19031

Parent 05bf790b4d7e

by Profile picture of Developer Wiki Admin AccountDeveloper Wiki Admin Account

Changes to one file · Browse files at 6c9979d19031 Showing diff from parent 05bf790b4d7e Diff from another changeset...

 
252
253
254
255
 
256
257
258
 
252
253
254
 
255
256
257
258
@@ -252,7 +252,7 @@
    if (test-path $reenqueuePath)   { - Start-Process $reenqueuePath "-retryRunning" + & $reenqueuePath -retryRunning   }   else   {