Skip to content
Snippets Groups Projects
Commit 9aefb96a authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Some more verbosity in package creation.

parent 4122b52a
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ $BaseDir = "build_" + $BaseDir
Write-Host "Creating package: [$($BaseDir)]"
if (Test-Path $BaseDir) {
Write-Host "Removing existing package dir..."
Remove-Item -Recurse -Force $BaseDir
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment