Skip to content

Commit f10169f

Browse files
committed
GA: add nuget feed
1 parent 045551a commit f10169f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ jobs:
1515
dotnet-version: 2.2.108
1616
- name: Build & package with dotnet
1717
run: dotnet pack --configuration Release
18+
19+
- name: Add private GitHub registry to NuGet
20+
run: nuget sources add -name "github" -Source https://nuget.pkg.github.com/pmiossec/index.json -Username pmiossec -Password ${{ secrets.GITHUB_TOKEN }}
21+
1822
- name: Push to GitHub nuget feed
1923
run: dotnet nuget push "bin/Release/GitExtensions.AzureDevOpsCommitMessage.1.0.0.nupkg" --source "github"

0 commit comments

Comments
 (0)