diff options
Diffstat (limited to '.appveyor/build.ps1')
-rw-r--r-- | .appveyor/build.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1 index 432bca3..18e7cc6 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -134,6 +134,9 @@ function Build-ProjectAppVeyor { $appveyor_cwd = pwd } + $script:ProjectDir = (Resolve-Path $script:ProjectDir).Path + $script:InstallDir = (Resolve-Path $script:InstallDir).Path + try { Build-ProjectKernelMode ` -ProjectDir $script:ProjectDir ` |