Skip to content

Commit e085fc7

Browse files
committed
automatically close and open test solution
the compile errors in temp files should be gone
1 parent 6d4f4f5 commit e085fc7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Test/EndToEnd/test.ps1

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
$p = new-mvcapplication foobar
1111
install-package Newtonsoft.Json
1212
install-package twitter.bootstrap.mvc4.sample -source $source
13-
build-project $p
13+
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
1418
pop-location
1519
$dte.ExecuteCommand("debug.start")
1620
}

0 commit comments

Comments
 (0)