Skip to content

Commit

Permalink
Remove extra logging from Upload_Test_Screenshots_To_Appveyor task
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed Jul 16, 2017
1 parent 018c66e commit c9269e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PSCodeHealth.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ task Upload_Test_Screenshots_To_Appveyor {

$ScreenShots = Get-ChildItem -Path $Settings.ScreenshotPath
Foreach ( $ScreenShot in $ScreenShots ) {
"Uploading file $($Screenshot.Name) as an Appveyor artifact"
Push-AppveyorArtifact $ScreenShot.FullName
}
}
Expand Down

0 comments on commit c9269e7

Please sign in to comment.