Skip to content

Commit 612a32e

Browse files
author
danwalmsley
authored
Merge pull request #394 from VitalElement/dotnet-debugging-part-5
Dotnet debugging part 5
2 parents 592b7c9 + 2bf6cec commit 612a32e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ build_script:
1515
- ps: $url1='https://img.shields.io/badge/version-v0.2.' + $env:APPVEYOR_BUILD_NUMBER + '-blue.svg'
1616
- ps: .\download.ps1 $url1 "latest-version-badge.svg"
1717
- ps: .\build.ps1
18-
- ps: cd .\artifacts\zip\AvalonStudioBuild-ubuntu.14.04-x64\
19-
- ps: cp ..\..\..\AvalonStudio\AvalonStudioBuild\Dockerfile .\
20-
- ps: docker build -t vitalelement/avalonbuild .
21-
22-
deploy_script:
23-
- docker login -u="$env:DOCKER_USER" -p="$env:DOCKER_PASS"
24-
- docker push vitalelement/avalonbuild
2518

2619
test: off
2720

0 commit comments

Comments
 (0)