|
#endregion Handle Working Directory Defaults |
If no environment variable is set the build process fails. In the current Template "PSFProject" the following fallback is added:
if (-not $WorkingDirectory) { $WorkingDirectory = Split-Path $PSScriptRoot }
PSModuleDevelopment/build/vsts-build.ps1
Line 33 in ec76234
If no environment variable is set the build process fails. In the current Template "PSFProject" the following fallback is added:
if (-not $WorkingDirectory) { $WorkingDirectory = Split-Path $PSScriptRoot }