Skip to content

Commit ff3d051

Browse files
authored
Merge pull request #1 from YAS-SIIN/codex/add-nuget.config-file-and-update-workflow
Add NuGet config and update workflow
2 parents a9bda52 + a5c3439 commit ff3d051

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434

3535
# Step 6: Publish package to GitHub Packages
3636
- name: Publish to GitHub Packages
37-
run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.FOR_NUGETPACKAGE }} --source "TaskMonitoring"
37+
run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.FOR_NUGETPACKAGE }} --source "https://nuget.pkg.github.com/YAS-SIIN/index.json"

NuGet.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="TaskMonitoring" value="https://nuget.pkg.github.com/YAS-SIIN/index.json" />
5+
</packageSources>
6+
</configuration>

0 commit comments

Comments
 (0)