add deploy section
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -24,4 +24,12 @@ build_script:
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- ps: dotnet test -c Release .\src\UriBuilder.Fluent.UnitTests
|
- ps: dotnet test -c Release .\src\UriBuilder.Fluent.UnitTests
|
||||||
- ps: .\Coverage.ps1
|
- ps: .\Coverage.ps1
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
- provider: NuGet
|
||||||
|
api_key:
|
||||||
|
secure: QuVcKEvDkLsmdemVpoGBXiTymN46CzvczrDpTHNf1+tTIjOGufptGDmBD9r5LVtn
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
appveyor_repo_tag: true
|
||||||
Reference in New Issue
Block a user