We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045551a commit f10169fCopy full SHA for f10169f
.github/workflows/dotnetcore.yml
@@ -15,5 +15,9 @@ jobs:
15
dotnet-version: 2.2.108
16
- name: Build & package with dotnet
17
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
22
- name: Push to GitHub nuget feed
23
run: dotnet nuget push "bin/Release/GitExtensions.AzureDevOpsCommitMessage.1.0.0.nupkg" --source "github"
0 commit comments