add publish to appveyor build

This commit is contained in:
Kevin Marquette
2018-12-28 15:12:40 -08:00
parent 96413496bb
commit 0a099d094e

View File

@@ -8,7 +8,7 @@ environment:
os: WMF 5 os: WMF 5
# Skip on updates to the readme. # Skip on updates to the readme.
# We can force this by adding [skip ci] or [ci skip] anywhere in commit message # We can force this by adding [skip ci] or [ci skip] anywhere in commit message
skip_commits: skip_commits:
message: /updated (readme|doc).*|update (readme|doc).*s/ message: /updated (readme|doc).*|update (readme|doc).*s/
@@ -16,4 +16,4 @@ build: false
#Kick off the CI/CD pipeline #Kick off the CI/CD pipeline
test_script: test_script:
- ps: . .\build.ps1 - ps: . .\build.ps1 Publish