Skip to content

Commit

Permalink
autonuget
Browse files Browse the repository at this point in the history
  • Loading branch information
lduchosal committed Jan 15, 2019
1 parent fdfdcec commit 4640bf9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ test_script:
- cmd: dotnet test ./src/System.Net.IPNetwork.TestProject.NetCore/System.Net.IPNetwork.TestProject.NetCore.csproj
- vstest.console /logger:Appveyor c:\Projects\ipnetwork\src\System.Net.IPNetwork.TestProject.NetCore\bin\Debug\netcoreapp2.0\System.Net.IPNetwork.TestProject.NetCore.dll

deploy: off
deploy:
provider: NuGet
api_key:
secure: Ct5Hb+2vmp8gYxa7RhnCJLa2MLxiPLZKmX49kFvUQtekPLgJtgUYXmDGsZ2Ln8Jg
skip_symbols: false
artifact: /.*\.nupkg/

0 comments on commit 4640bf9

Please sign in to comment.