diff --git a/.github/workflows/Publish-CosmosLite.yml b/.github/workflows/Publish-CosmosLite.yml index 3d0a1f0..486a746 100644 --- a/.github/workflows/Publish-CosmosLite.yml +++ b/.github/workflows/Publish-CosmosLite.yml @@ -30,7 +30,7 @@ jobs: - name: Install prerequisites shell: pwsh run: | - Install-Module AadAuthenticationFactory -AllowPrerelease -Force -Scope CurrentUser + Install-Module AadAuthenticationFactory -AllowPrerelease -Force -Scope CurrentUser -Verbose - name: Publish #Publish to PS Gallery