You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: 1.0.{build}
|
|
image: Visual Studio 2017
|
|
|
|
build_script:
|
|
- ps: .\appveyor-build.ps1
|
|
|
|
test_script:
|
|
- ps: .\appveyor-test.ps1
|
|
|
|
deploy_script:
|
|
- ps: >-
|
|
if (Test-Path Env:\APPVEYOR_REPO_TAG_NAME) {
|
|
|
|
docker login -u="$env:DOCKER_USER" -p="$env:DOCKER_PASS"
|
|
|
|
.\appveyor-deploy.ps1
|
|
|
|
}
|