Skip to content

Commit 6367eb4

Browse files
committed
Add MyGet
1 parent 5940dc1 commit 6367eb4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.appveyor.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,16 @@ artifacts:
2121
type: NuGetPackages
2222
deploy:
2323
- provider: NuGet
24-
skip_symbols: true
24+
symbol_server: https://www.myget.org/F/natemcmaster/api/v2/package
2525
api_key:
2626
secure: MIhcKhOCOJ64Cdf6S+uBuvKS0mSHsDSLxuXCAASqPDL/Wcgo8TAJMIR3p2Y4OqvP
2727
on:
2828
appveyor_repo_tag: true
29+
deploy:
30+
- provider: NuGet
31+
server: https://www.myget.org/F/natemcmaster/api/v2/package
32+
symbol_server: https://www.myget.org/F/natemcmaster/api/v2/package
33+
api_key:
34+
secure: KF1yGk4IHJyyfiHfFSCxJ+p5iZX+KPfCTnCihjD5iIZjasTS1lHeilpbaon4wvcM
35+
on:
36+
branch: master

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ CommandLineUtils
55

66
[appveyor-badge]: https://img.shields.io/appveyor/ci/natemcmaster/CommandLineUtils/master.svg?label=appveyor&style=flat-square
77

8+
[![NuGet][main-nuget-badge]][main-nuget] [![MyGet][main-myget-badge]][main-myget]
9+
10+
[main-nuget]: https://www.nuget.org/packages/McMaster.Extensions.CommandLineUtils/
11+
[main-nuget-badge]: https://img.shields.io/nuget/v/McMaster.Extensions.CommandLineUtils.svg?style=flat-square&label=nuget
12+
[main-myget]: https://www.myget.org/feed/natemcmaster/package/nuget/McMaster.Extensions.CommandLineUtils
13+
[main-myget-badge]: https://img.shields.io/www.myget/natemcmaster/vpre/McMaster.Extensions.CommandLineUtils.svg?style=flat-square&label=myget
14+
15+
816
This is a fork of [Microsoft.Extensions.CommandLineUtils](https://github.com/aspnet/Common), which is no longer under [active development](https://github.com/aspnet/Common/issues/257). This fork, on the other hand, will continue release updates and take contributions.
917

1018
## Install
@@ -23,6 +31,8 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils
2331
</ItemGroup>
2432
```
2533

34+
Pre-release builds and symbols: https://www.myget.org/gallery/natemcmaster/
35+
2636
## Usage
2737

2838
See [samples/](./samples/) for more examples.

0 commit comments

Comments
 (0)