James Jackson-South
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
6 deletions
-
.github/workflows/build-and-test.yml
-
README.md
-
shared-infrastructure
|
|
|
@ -196,9 +196,9 @@ jobs: |
|
|
|
shell: pwsh |
|
|
|
run: ./ci-pack.ps1 |
|
|
|
|
|
|
|
- name: MyGet Publish |
|
|
|
- name: Feedz Publish |
|
|
|
shell: pwsh |
|
|
|
run: | |
|
|
|
dotnet nuget push .\artifacts\*.nupkg -k ${{secrets.MYGET_TOKEN}} -s https://www.myget.org/F/sixlabors/api/v2/package |
|
|
|
dotnet nuget push .\artifacts\*.snupkg -k ${{secrets.MYGET_TOKEN}} -s https://www.myget.org/F/sixlabors/api/v3/index.json |
|
|
|
dotnet nuget push .\artifacts\*.nupkg -k ${{secrets.FEEDZ_TOKEN}} -s https://f.feedz.io/sixlabors/sixlabors/nuget/index.json |
|
|
|
dotnet nuget push .\artifacts\*.snupkg -k ${{secrets.FEEDZ_TOKEN}} -s https://f.feedz.io/sixlabors/sixlabors/symbols |
|
|
|
# TODO: If github.ref starts with 'refs/tags' then it was tag push and we can optionally push out package to nuget.org |
|
|
|
|
|
|
|
@ -54,9 +54,9 @@ For more information, see the [.NET Foundation Code of Conduct](https://dotnetfo |
|
|
|
|
|
|
|
Install stable releases via Nuget; development releases are available via MyGet. |
|
|
|
|
|
|
|
| Package Name | Release (NuGet) | Nightly (MyGet) | |
|
|
|
| Package Name | Release (NuGet) | Nightly (Feedz.io) | |
|
|
|
|--------------------------------|-----------------|-----------------| |
|
|
|
| `SixLabors.ImageSharp` | [](https://www.nuget.org/packages/SixLabors.ImageSharp/) | [](https://www.myget.org/feed/sixlabors/package/nuget/SixLabors.ImageSharp) | |
|
|
|
| `SixLabors.ImageSharp` | [](https://www.nuget.org/packages/SixLabors.ImageSharp/) | [](https://f.feedz.io/sixlabors/sixlabors/nuget/index.json) | |
|
|
|
|
|
|
|
## Manual build |
|
|
|
|
|
|
|
|
|
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit 6c52486c512357475cbb92bbb7c4c0af4d85b1db |
|
|
|
Subproject commit 9a6cf00d9a3d482bb08211dd8309f4724a2735cb |