Skip to content

Commit

Permalink
Merge pull request #10 from guibranco/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
guibranco committed Sep 22, 2019
2 parents fbf2d11 + 1995dba commit 0151909
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ViaCEP/ViaCEP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryType>GIT</RepositoryType>
<PackageReleaseNotes>The first release</PackageReleaseNotes>
<PackageTags>cep zipcode postalcode postal zip address location api webservice brasil brazil correios ibge gia mf fazenda</PackageTags>
<PackageIconUrl>https://github.com/guibranco/ViaCEP/blob/master/logo.png</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/guibranco/ViaCEP/master/logo.png</PackageIconUrl>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</PropertyGroup>
Expand Down
10 changes: 7 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,25 @@ build_script:
- ps: 'if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { & dotnet sonarscanner end /d:sonar.login="$env:SONAR_TOKEN" }'
- codecov -f "ViaCEP.Tests\coverage.opencover.xml"
after_build:
- xcopy %CD%\ViaCEP\bin\Release\netstandard2.0\*.* %CD%\src\
- xcopy %CD%\ViaCEP\bin\Release\netstandard2.0\*.* %CD%\Build\
- 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
- 7z a -tzip -mx9 "ViaCEP.%APPVEYOR_BUILD_VERSION%.zip" Build
artifacts:
- path: ViaCEP.v%APPVEYOR_BUILD_VERSION%.zip
- path: ViaCEP.%APPVEYOR_BUILD_VERSION%.zip
name: ZipFile
- path: ViaCEP.%APPVEYOR_BUILD_VERSION%.nupkg
name: Package
deploy:
- provider: Environment
name: NuGet
on:
branch: master
artifact: Package
- provider: GitHub
on:
branch: master
tag: $(appveyor_build_version)
auth_token:
secure: VgYYJdvNLy/n9/uxxlaF0bMpIIrVxCb+dGr66U9nWfPWSN2ySdfuilO8klAw0uvF
Expand Down

0 comments on commit 0151909

Please sign in to comment.