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 5253d7d commit 599d157Copy full SHA for 599d157
.github/workflows/publishpackage.yml
@@ -27,6 +27,7 @@ jobs:
27
nugetkey: ${{secrets.NUGETKEY}}
28
run: |
29
Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted
30
+ Register-PSResourceRepository -PSGallery
31
$data = Import-PowerShellDataFile .\code365scripts.openai\code365scripts.openai.psd1
32
if($data.RequiredModules) {
33
$data.RequiredModules | Foreach-Object {Install-Module -Name $_.ModuleName -RequiredVersion $_.ModuleVersion }
0 commit comments