mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-12 17:32:30 +00:00
Fix path issue :(
This commit is contained in:
parent
6cdc5dd8a7
commit
af60ed8b26
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ function Release
|
|||
Write-Output "New version : $version"
|
||||
|
||||
Update-Metadata -Path "$releasePath\SnipeitPS\SnipeitPS.psd1" -PropertyName ModuleVersion -Value $version
|
||||
$functionsToExport = Get-ChildItem "$BuildRoot\SnipeitPS\SnipeitPS\Public" | ForEach-Object {$_.BaseName}
|
||||
$functionsToExport = Get-ChildItem "$BuildRoot\SnipeitPS\Public" | ForEach-Object {$_.BaseName}
|
||||
Set-ModuleFunctions -Name "$releasePath\SnipeitPS\SnipeitPS.psd1" -FunctionsToExport $functionsToExport
|
||||
|
||||
Remove-Module SnipeitPS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue