Skip to content

Commit

Permalink
Merge pull request #9 from guibranco/develop
Browse files Browse the repository at this point in the history
Fix some bugs
  • Loading branch information
guibranco authored Feb 15, 2019
2 parents ae9e3ea + 7165b5a commit fd46e2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The [ViaCEP](https://viacep.com.br) web service client for .NET projects
[![LatLongNet NuGet Downloads](https://img.shields.io/nuget/dt/ViaCEP.svg?style=flat)](https://www.nuget.org/packages/ViaCEP/)
[![Github All Releases](https://img.shields.io/github/downloads/guibranco/ViaCEP/total.svg?style=flat)](https://github.com/guibranco/ViaCEP)

[![codecov](https://codecov.io/gh/guibranco/viacep/branch/master/graph/badge.svg)](https://codecov.io/gh/guibranco/viacep)
![Last release](https://img.shields.io/github/release-date/guibranco/viacep.svg?style=flat)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=guibranco_ViaCEP&metric=alert_status)](https://sonarcloud.io/dashboard?id=guibranco_ViaCEP)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=guibranco_ViaCEP&metric=ncloc)](https://sonarcloud.io/dashboard?id=guibranco_ViaCEP)
Expand Down
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build:
build_script:
- dotnet tool install --global dotnet-sonarscanner
- ps: 'if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { & dotnet
sonarscanner begin /k:"guibranco_CEPAberto"
sonarscanner begin /k:"guibranco_ViaCEP"
/d:sonar.organization="guibranco-github"
/d:sonar.host.url="https://sonarcloud.io"
/d:sonar.login="$env:SONAR_TOKEN" /v:"$env:APPVEYOR_BUILD_NUMBER"
Expand All @@ -43,16 +43,19 @@ build_script:
- codecov -f "ViaCEP.Tests\coverage.opencover.xml"
after_build:
- xcopy %CD%\ViaCEP\bin\Release\netstandard2.0\*.* %CD%\src\
- xcopy %CD%\ViaCEP\bin\Release\ViaCEP.%APPVEYOR_BUILD_VERSION%.nupkg %CD%\src\
- copy %CD%\ViaCEP\bin\Release\ViaCEP.%APPVEYOR_BUILD_VERSION%.nupkg ViaCEP.%APPVEYOR_BUILD_VERSION%.nupkg
- rd /s /q %CD%\ViaCEP\bin\Release\
- cd %CD%
- 7z a -tzip -mx9 "ViaCEP.v%APPVEYOR_BUILD_VERSION%.zip" src
artifacts:
- path: ViaCEP.v%APPVEYOR_BUILD_VERSION%.zip
name: ZipFile
- path: ViaCEP.%APPVEYOR_BUILD_VERSION%.nupkg
name: Package
deploy:
- provider: Environment
name: NuGet
artifact: Package
- provider: GitHub
tag: $(appveyor_build_version)
auth_token:
Expand Down

0 comments on commit fd46e2b

Please sign in to comment.