Update publish-nuget.yml

This commit is contained in:
Stone_Red
2024-03-04 21:10:38 +01:00
committed by GitHub
parent 84f4c50c7f
commit 2413090406
+2
View File
@@ -17,6 +17,8 @@ jobs:
with: with:
dotnet-version: '8.0.x' # SDK Version to use. dotnet-version: '8.0.x' # SDK Version to use.
source-url: https://nuget.pkg.github.com/Stone-Red-Software/index.json source-url: https://nuget.pkg.github.com/Stone-Red-Software/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}}
- run: dotnet build --configuration Release src/StoneRed.NetificationApi - run: dotnet build --configuration Release src/StoneRed.NetificationApi
- name: Create the package - name: Create the package
run: dotnet pack --configuration Release src/StoneRed.NetificationApi run: dotnet pack --configuration Release src/StoneRed.NetificationApi