We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9bda52 + a5c3439 commit ff3d051Copy full SHA for ff3d051
2 files changed
.github/workflows/dotnet.yml
@@ -34,4 +34,4 @@ jobs:
34
35
# Step 6: Publish package to GitHub Packages
36
- name: Publish to GitHub Packages
37
- run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.FOR_NUGETPACKAGE }} --source "TaskMonitoring"
+ run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.FOR_NUGETPACKAGE }} --source "https://nuget.pkg.github.com/YAS-SIIN/index.json"
NuGet.config
@@ -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