NavContainerHelper.ps1

Remove-Module NavContainerHelper -ErrorAction Ignore
$modulePath = Join-Path $PSScriptRoot "NavContainerHelper.psd1"
if (!(Test-Path $modulePath)) {
    $modulePath = Join-Path $PSScriptRoot "NavContainerHelper.psm1"
}
Import-Module $modulePath -DisableNameChecking


Publish-Module -Path "C:\Users\freddyk\Documents\GitHub\Microsoft\navcontainerhelper" -NuGetApiKey "8920c5fe-38d6-45e6-8c37-75a109fcfb1d"