Hate builds..

This commit is contained in:
Stephen 2020-06-17 09:21:58 +01:00 committed by GitHub
parent bead7cbe8d
commit 3266e6ae91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ $here = Split-Path -Parent $MyInvocation.MyCommand.Path
$projectRoot = Split-Path -Parent $here
$moduleRoot = "$projectRoot\SnipeitPS"
$script:manifestFile = "$moduleRoot\SnipeitPS.psd1"
$manifestFile = "$moduleRoot\SnipeitPS.psd1"
$changelogFile = "$projectRoot\CHANGELOG.md"
$appveyorFile = "$projectRoot\appveyor.yml"
$publicFunctions = "$moduleRoot\Public"