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.
1 parent 036f164 commit 025c8deCopy full SHA for 025c8de
Tests/Rules/UseToExportFieldsInManifest.tests.ps1
@@ -1,5 +1,6 @@
1
Import-Module PSScriptAnalyzer
2
-$testManifestPath = "TestManifest"
+$directory = Split-Path -Parent $MyInvocation.MyCommand.Path
3
+$testManifestPath = Join-Path $directory "TestManifest"
4
$testManifestBadFunctionsWildcardPath = "ManifestBadFunctionsWildcard.psd1"
5
$testManifestBadFunctionsNullPath = "ManifestBadFunctionsNull.psd1"
6
$testManifestBadCmdletsWildcardPath = "ManifestBadCmdletsWildcard.psd1"
0 commit comments