diff --git a/tools/AzureRM.BootStrapper/Run-UnitTests.ps1 b/tools/AzureRM.BootStrapper/Run-UnitTests.ps1 new file mode 100644 index 000000000000..eda1b0d53b27 --- /dev/null +++ b/tools/AzureRM.BootStrapper/Run-UnitTests.ps1 @@ -0,0 +1,6 @@ +#Requires -Modules AzureRM.Bootstrapper, Pester + +$defaults = [System.IO.Path]::GetDirectoryName($PSCommandPath) +cd $defaults + +Invoke-Pester