* included pipeline to run Pester tests on all modules
* Update test-modules.yml for Azure Pipelines
Updated inline code
* Update test-modules.yml for Azure Pipelines
Added Output test file results
* added script that executes pester test on all modules
* excluded test results
* updated gitignore - excluded xml files
* Update test-modules.yml for Azure Pipelines
Moved inline test powershell code into its own script file
* Update test-modules.yml for Azure Pipelines
Added publish results task.
* enabled Pester test on all unit tests and ARM template tests
* fixed task name
* removed script reference from pester test
* Update run all pester file name to prevent from being picked up by pester
* updated pipeline ps1 reference
* fixed relative path reference
* using case sensitive path
* fixed unit tests
* updated travis ci
* added installDependencies file
* removed osx from travis
* updated travis pwsh command invocation
* removed -Command from pwsh execution
* removed env: prefix