mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
fix build
This commit is contained in:
parent
867542c592
commit
7afbb7d8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ task UpdateManifest GetVersion, {
|
|||
if ($ModuleAlias) {
|
||||
Update-Metadata -Path "$releasePath\SnipeitPS\SnipeitPS.psd1" -PropertyName AliasesToExport -Value @($ModuleAlias.Name)
|
||||
}
|
||||
Set-ModuleFunctions -Name "$releasePath\SnipeitPS\SnipeitPS.psd1" -FunctionsToExport ([string[]](Get-ChildItem "$releasePath\SnipeitPS\public\*.ps1").BaseName)
|
||||
Set-ModuleFunctions -Name "$releasePath\SnipeitPS\SnipeitPS.psd1" -FunctionsToExport ([string[]](Get-ChildItem "SnipeitPS\public\*.psm1").BaseName)
|
||||
}
|
||||
|
||||
task GetVersion {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue