Skip to content

Commit

Permalink
Stop publishing to MyGet on features branch
Browse files Browse the repository at this point in the history
MyGet has availability issues wich break the build.
  • Loading branch information
gabrielweyer committed Jun 30, 2019
1 parent 488cae6 commit 2c9373b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

`.NET Core` [global tool][dotnet-global-tools] to decode a `UTF8` `Base64` encoded string.

| Package | Release | Pre-release |
| --- | --- | --- |
| `dotnet-decode-base64` | [![NuGet][nuget-tool-badge]][nuget-tool-command] | [![MyGet][myget-tool-badge]][myget-tool-command] |
| Package | Release |
| - | - |
| `dotnet-decode-base64` | [![NuGet][nuget-tool-badge]][nuget-tool-command] |

| CI | Status | Platform(s) | Framework(s) |
| --- | --- | --- | --- |
Expand All @@ -16,19 +16,17 @@ Supports both [base64][base64] and [base64url][base64url].

## Installation

```posh
```powershell
dotnet tool install -g dotnet-decode-base64
```

## Usage

```posh
```powershell
dotnet decode-base64 SGVsbG8gV29ybGQh
```

[nuget-tool-badge]: https://img.shields.io/nuget/v/dotnet-decode-base64.svg?label=NuGet&style=flat-square
[nuget-tool-command]: https://www.nuget.org/packages/dotnet-decode-base64
[myget-tool-badge]: https://img.shields.io/myget/gabrielweyer-pre-release/v/dotnet-decode-base64.svg?label=MyGet&style=flat-square
[myget-tool-command]: https://www.myget.org/feed/gabrielweyer-pre-release/package/nuget/dotnet-decode-base64
[app-veyor]: https://ci.appveyor.com/project/GabrielWeyer/dotnet-decode-base64
[app-veyor-shield]: https://img.shields.io/appveyor/ci/gabrielweyer/dotnet-decode-base64/master.svg?label=appveyor&style=flat-square
Expand Down
11 changes: 0 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@ deploy:
prerelease: true
on:
branch: /features\/.+/
- provider: NuGet
server: https://www.myget.org/F/gabrielweyer-pre-release/api/v2/package
api_key:
# Encrypted `MyGet` token - https://www.myget.org/profile/Me#!/AccessTokens
# https://www.appveyor.com/docs/deployment/nuget/#provider-settings
secure: Mw3OOYIQt9LVVJ+STxrwec8mEB+OSQX1ba3zccnm05MvvBiceV4C09N++rgplgtB
skip_symbols: false
symbol_server: https://www.myget.org/F/gabrielweyer-pre-release/symbols/api/v2/package
artifact: packages
on:
branch: /features\/.+/
# Environment variables
environment:
# No need to pre-warm the `NuGet` cache
Expand Down

0 comments on commit 2c9373b

Please sign in to comment.