Skip to content

Commit

Permalink
Unify our build logic
Browse files Browse the repository at this point in the history
Today our build logic is a collection of powershell and MSBuild files.
Makes it hard to modify and debug. Additionally our MSBuild files are
really functioning as full scripts, not declarative build files.

Change it to be simply Powershell.
  • Loading branch information
jaredpar committed Jun 16, 2017
1 parent 0c6e237 commit cd39011
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 412 deletions.
133 changes: 0 additions & 133 deletions BuildAndTest.proj

This file was deleted.

2 changes: 1 addition & 1 deletion Test.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0\build\scripts\build.ps1" -test %*
powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0\build\scripts\build.ps1" -testDesktop %*
Loading

0 comments on commit cd39011

Please sign in to comment.