Skip to content

Commit ee70b67

Browse files
Merge pull request #234 from PowershellFrameworkCollective/development
fixed build step
2 parents f917dee + 303b9e0 commit ee70b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/vsts-build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ param (
1111
)
1212

1313
# Prepare publish folder
14-
Write-PSFMessage -Level Important -Message "Creating and populating publishing directory"
14+
Write-Host "Creating and populating publishing directory"
1515
$publishDir = New-Item -Path $WorkingDirectory -Name publish -ItemType Directory
1616
Copy-Item -Path "$($WorkingDirectory)\PSFramework" -Destination $publishDir.FullName -Recurse -Force
1717

0 commit comments

Comments
 (0)