File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 PSGALLERY_API_KEY : ${{ secrets.PAT }}
5050 run : |
5151 $version = "${{ steps.changelog.outputs.tag }}" -replace "v", ""
52- $public = @(Get-ChildItem -Path (Join-Path -Path ".\AzureDevOpsPowerShellAPI " -ChildPath 'Public\*.ps1') -Recurse -ErrorAction Stop)
52+ $public = @(Get-ChildItem -Path (Join-Path -Path ".\AzureDevOpsPowerShell " -ChildPath 'Public\*.ps1') -Recurse -ErrorAction Stop)
5353
54- Update-ModuleManifest -Path ".\AzureDevOpsPowerShellAPI\AzureDevOpsPowerShellAPI .psd1" -ModuleVersion "$version"
55- Update-ModuleManifest -Path ".\AzureDevOpsPowerShellAPI\AzureDevOpsPowerShellAPI .psd1" -FunctionsToExport $public.Basename
54+ Update-ModuleManifest -Path ".\AzureDevOpsPowerShell\AzureDevOpsPowerShell .psd1" -ModuleVersion "$version"
55+ Update-ModuleManifest -Path ".\AzureDevOpsPowerShell\AzureDevOpsPowerShell .psd1" -FunctionsToExport $public.Basename
5656
57- Publish-Module -NuGetApiKey "$env:PSGALLERY_API_KEY" -Repository PSGallery -path ".\AzureDevOpsPowerShellAPI "
57+ Publish-Module -NuGetApiKey "$env:PSGALLERY_API_KEY" -Repository PSGallery -path ".\AzureDevOpsPowerShell "
You can’t perform that action at this time.
0 commit comments