Created
January 17, 2014 09:54
-
-
Save jhorsman/8470839 to your computer and use it in GitHub Desktop.
Restart Tridion services in Visual Studion pre-build and post-build events. See https://gist.github.com/jhorsman/6931759 for PowerShell scripts. Run the post-build event always to start services after a failed build.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powershell -file "$(SolutionDir)tools\Tridion-services-start.ps1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powershell -file "$(SolutionDir)tools\Tridion-services-stop.ps1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment