We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014431d commit 107cb92Copy full SHA for 107cb92
Build.ps1
@@ -84,7 +84,7 @@ if (-not ([string]::IsNullOrEmpty($SourceDir))) {
84
Write-Error "Failed to create accdb file"
85
exit 1
86
}
87
- Write-Host "Build file: $accdbPath"
+ Write-Host "Built file: $accdbPath"
88
89
else { # use SourceFile
90
if (-not ([System.IO.Path]::IsPathRooted($SourceFile))) {
0 commit comments