Add publish to bintray step to appveyor.yml
Remove Set-PSDebug -trace to prevent the 9000+ lines of debug output from spamming the logs on appveyor. Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
9ce1884925
commit
0e9ec8aa74
2 changed files with 10 additions and 3 deletions
|
|
@ -29,7 +29,6 @@
|
|||
# .\script\build-windows.ps1
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
Set-PSDebug -trace 1
|
||||
|
||||
# Remove virtualenv
|
||||
if (Test-Path venv) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue