Skip to content

Commit

Permalink
Updated nuget URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Mar 11, 2024
1 parent 4aaa5b1 commit 64a0b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: dotnet pack -c Release

- name: Publish To Nuget
run: dotnet nuget push bin/*.nupkg -k $NUGET_AUTH_TOKEN -s https://nuget.nefarius.at/v3/index.json
run: dotnet nuget push bin/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
2 changes: 2 additions & 0 deletions Nefarius.Utilities.DeviceManagement.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
README.md = README.md
Directory.Build.props = Directory.Build.props
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "App\App.csproj", "{9D6B603E-C3E0-4CE3-A687-5B41F787A742}"
Expand Down

0 comments on commit 64a0b37

Please sign in to comment.