Skip to content

Commit

Permalink
appveyor config update
Browse files Browse the repository at this point in the history
  • Loading branch information
alhardy committed Jun 8, 2017
1 parent d204e75 commit 6122115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ image: Visual Studio 2017
environment:
COVERALLS_REPO_TOKEN:
secure: e5tnQd9sHusBT5ynpURpuJmLboWx6S3S5nE1fAQds4H1mlOTHYfc1dtDrsI8xPel
PreReleaseSuffix: alpha
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
CoverWith: OpenCover
PreReleaseSuffix: alpha
GitUser:
secure: zAdAOUUof3XGDsdOBRYg7J7wZS44iL4VjI/MVGw+JnU=
GitOwner:
Expand All @@ -19,10 +18,11 @@ test: off
artifacts:
- path: artifacts/packages/*.nupkg
- path: artifacts/coverage/*.xml
- path: artifacts/test-results/*.trx
- path: artifacts/test-results/*.xml
- path: artifacts/resharper-reports/*.xml
- path: artifacts/resharper-reports/*.html
- path: artifacts/coverage/coverage.dcvr
- path: artifacts/test-results/*.trx
deploy:
- provider: NuGet
server: https://www.myget.org/F/alhardy/api/v2/package
Expand Down

0 comments on commit 6122115

Please sign in to comment.