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
2ec48c67a1
commit
bfa0aa1de0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ $here = Split-Path -Parent $MyInvocation.MyCommand.Path
|
|||
$projectRoot = Split-Path -Parent $here
|
||||
$moduleRoot = "$projectRoot\SnipeitPS"
|
||||
|
||||
$manifestFile = "$moduleRoot\SnipeitPS.psd1"
|
||||
$script:manifestFile = "$moduleRoot\SnipeitPS.psd1"
|
||||
$changelogFile = "$projectRoot\CHANGELOG.md"
|
||||
$appveyorFile = "$projectRoot\appveyor.yml"
|
||||
$publicFunctions = "$moduleRoot\Public"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue