We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aab427 + 91d510b commit c2a56b8Copy full SHA for c2a56b8
tools/AzureRM.BootStrapper/Run-UnitTests.ps1
@@ -0,0 +1,6 @@
1
+#Requires -Modules AzureRM.Bootstrapper, Pester
2
+
3
+$defaults = [System.IO.Path]::GetDirectoryName($PSCommandPath)
4
+cd $defaults
5
6
+Invoke-Pester
0 commit comments