Skip to content

Commit

Permalink
show errors in appv
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gardham-Pallister committed Dec 22, 2017
1 parent 9157fb0 commit a6ab661
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build-and-release-unstable.ps1
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./build.ps1 -target BuildAndReleaseUnstable
./build.ps1 -target BuildAndReleaseUnstable
exit $LASTEXITCODE
3 changes: 2 additions & 1 deletion build-and-run-tests.ps1
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./build.ps1 -target RunTests
./build.ps1 -target RunTests
exit $LASTEXITCODE
3 changes: 2 additions & 1 deletion release.ps1
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./build.ps1 -target Release
./build.ps1 -target Release
exit $LASTEXITCODE
3 changes: 2 additions & 1 deletion run-acceptance-tests.ps1
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./build -target RunAcceptanceTests
./build -target RunAcceptanceTests
exit $LASTEXITCODE
3 changes: 2 additions & 1 deletion run-benchmarks.ps1
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./build.ps1 -target RunBenchmarkTests
./build.ps1 -target RunBenchmarkTests
exit $LASTEXITCODE
3 changes: 2 additions & 1 deletion run-unit-tests.ps1
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./build.ps1 -target RunUnitTests
./build.ps1 -target RunUnitTests
exit $LASTEXITCODE

0 comments on commit a6ab661

Please sign in to comment.