Skip to content

Commit

Permalink
no powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Oct 22, 2017
1 parent fc464dd commit 6c16353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_script:
# Problem is that colors are lost
# Don't blame me but powershell is the bigest crap on earth
- ps: |
cmd /c '(((fake.exe -v run build.fsx 1>&3) 2>&1) | @powershell -Command "$input | write-host -foregroundcolor red") 3>&1'
cmd /c '(((fake.exe -v run build.fsx 1>&3) 2>&1)) 3>&1'
# - ps: .\build.cmd
on_failure:
Expand Down

0 comments on commit 6c16353

Please sign in to comment.