We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4f4f5 commit e085fc7Copy full SHA for e085fc7
Test/EndToEnd/test.ps1
@@ -10,7 +10,11 @@
10
$p = new-mvcapplication foobar
11
install-package Newtonsoft.Json
12
install-package twitter.bootstrap.mvc4.sample -source $source
13
- build-project $p
+ build-project $p
14
+ #close and open solution to remove annoying build errors in temp files
15
+ $slnFile = $dte.Solution.FullName
16
+ close-solution
17
+ open-solution $slnFile
18
pop-location
19
$dte.ExecuteCommand("debug.start")
20
}
0 commit comments