We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ed946 commit 06d8105Copy full SHA for 06d8105
1 file changed
.github/workflows/Github2Gallery.yml
@@ -15,5 +15,5 @@ jobs:
15
shell: pwsh
16
run: |
17
Set-PSRepository psgallery -InstallationPolicy trusted
18
- Install-Module ImportExcel, ExchangeOnlineManagement, Microsoft.Graph.Users, Microsoft.Graph.Groups, Microsoft.Graph.Identity.DirectoryManagement, Microsoft.Graph.Users.Actions, PSFramework, PnP.PowerShell, Microsoft.Identity.Client -confirm:$false -force
+ Install-Module ImportExcel, ExchangeOnlineManagement, Microsoft.Graph.Users, Microsoft.Graph.Groups, Microsoft.Graph.Identity.DirectoryManagement, Microsoft.Graph.Users.Actions, PSFramework, PnP.PowerShell -confirm:$false -force
19
Publish-Module -Path ./ -NuGetApiKey $env:NUGET_KEY -Verbose
0 commit comments