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.
2 parents f917dee + 303b9e0 commit ee70b67Copy full SHA for ee70b67
1 file changed
build/vsts-build.ps1
@@ -11,7 +11,7 @@ param (
11
)
12
13
# Prepare publish folder
14
-Write-PSFMessage -Level Important -Message "Creating and populating publishing directory"
+Write-Host "Creating and populating publishing directory"
15
$publishDir = New-Item -Path $WorkingDirectory -Name publish -ItemType Directory
16
Copy-Item -Path "$($WorkingDirectory)\PSFramework" -Destination $publishDir.FullName -Recurse -Force
17
0 commit comments