Skip to content

Commit 9a0e46c

Browse files
committed
publishing CI NuGet packages to Azure & adjusting codecov settings
1 parent f40ba16 commit 9a0e46c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://codecov.io/gh/revoframework/Revo"><img src="https://img.shields.io/codecov/c/github/revoframework/Revo?logo=codecov&style=flat-square" alt="Code coverage"></a>
88
<a href="https://github.com/revoframework/Revo/releases"><img src="https://img.shields.io/github/release-date/revoframework/Revo?label=latest%20release&style=flat-square" alt="Latest release date"></a>
99
<a href="https://www.nuget.org/packages?q=revo"><img src="https://img.shields.io/nuget/v/Revo.Core?logo=NuGet&style=flat-square" alt="NuGet packages"></a>
10-
<a href="https://github.com/orgs/revoframework/packages?repo_name=Revo"><img src="https://img.shields.io/badge/nuget%20CI-source-blue?logo=NuGet&style=flat-square" alt="CI NuGet packages at GitHub"></a><br>
10+
<a href="https://pkgs.dev.azure.com/revoframework/_packaging/revoframework/nuget/v3/index.json"><img src="https://img.shields.io/badge/nuget%20CI-source-blue?logo=NuGet&style=flat-square" alt="CI NuGet feed at Azure"></a><br>
1111
<a href="https://revoframework.gitbook.io/revo/"><img src="https://img.shields.io/badge/docs-GITBOOK-blue.svg?style=flat-square" alt="Docs"></a>
1212
<a href="https://gitter.im/revoframework/Revo?utm_source=share-link&utm_medium=link&utm_campaign=share-link"><img src="https://img.shields.io/gitter/room/revoframework/Revo?color=4BB595&logo=gitter&&style=flat-square" alt="Gitter chat"></a>
1313
<a href="https://github.com/revoframework/Revo/pulls"><img src="https://img.shields.io/badge/PRs-welcome-green?style=flat-square" alt="PRs welcome"></a>
@@ -233,7 +233,7 @@ You can also start by reading the 📘 [**reference guide**](https://docs.revofr
233233
## 📦 Packages
234234

235235
Released version are available in form of NuGet packages.
236-
There is also a separate channel for [**pre-release CI packages at GitHub packages**](https://github.com/orgs/revoframework/packages?repo_name=Revo).
236+
There is also a separate [**pre-release CI package feed at Azure**](https://pkgs.dev.azure.com/revoframework/_packaging/revoframework/nuget/v3/index.json).
237237

238238
<div style="width:100%";>
239239
<table border="0" cellpadding="0" cellspacing="0" style="float:left;">

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,10 @@ steps:
2626
- task: Bash@3
2727
inputs:
2828
targetType: 'inline'
29-
script: 'dotnet-cake --Target="CI" --Configuration="Release" --ReleaseNuGetApiKey="$(NUGET_ORG_API_KEY)" --PreReleaseNuGetApiKey="$(GITHUB_API_KEY)"'
29+
script: 'dotnet-cake --Target="CI" --Configuration="Release" --ReleaseNuGetApiKey="$(NUGET_ORG_API_KEY)" --PreReleaseNuGetApiKey="$(GITHUB_API_KEY)"'
30+
- task: DotNetCoreCLI@2
31+
inputs:
32+
command: 'push'
33+
packagesToPush: './build/packages/*.nupkg'
34+
nuGetFeedType: 'internal'
35+
publishVstsFeed: '7ff8258b-dd3c-4007-9d06-7609742e93cf/f4e837d9-074e-4374-afa0-7366d34fe578'

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ codecov:
44
coverage:
55
precision: 2
66
round: down
7-
range: "70...100"
7+
range: "30...100"
88
status:
99
patch:
1010
default:

0 commit comments

Comments
 (0)