* Added auto discovery fo files to monitor.

* Fixed scriptanalyzer rule

* Adjusted the parameter attributes

* testing feature specifications

* Added module building

* fix build

* fix build

* fix build

* Exceptions and spacing

* added project settings

* minor edits

* resolve merge conflict
This commit is contained in:
Kevin Marquette
2017-08-05 19:54:53 -07:00
committed by GitHub
parent 3fdc8a02d9
commit 9deb9890e7
3 changed files with 6 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ Task Deploy -Depends Build {
)
{
$Params = @{
Path = $ProjectRoot
Path = $ProjectRoot
Force = $true
}