From d06f20a5ebf893fa1d90ddff2fc941e8c6e127e9 Mon Sep 17 00:00:00 2001 From: Stephen Maunder Date: Sun, 31 Dec 2017 20:22:57 +0000 Subject: [PATCH] Change env variable --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 47ea638..dafe390 100644 --- a/build.ps1 +++ b/build.ps1 @@ -49,7 +49,7 @@ foreach($task in $Tasks){ Write-Output "Registerting Module" - Import-Module $env:CI_PROJECT_PATH\SnipeitPS\SnipeitPS.psd1 -ErrorAction Stop + Import-Module $env:CI_PROJECT_DIR\SnipeitPS\SnipeitPS.psd1 -ErrorAction Stop Publish-Module -Name SnipeitPS -Repository InternalPowerShellModules -NuGetApiKey 123456789 } }