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 5fcd64c commit 3d41a85Copy full SHA for 3d41a85
.github/workflows/wfnetcorev2.yaml
@@ -79,8 +79,15 @@ jobs:
79
name: nupkg
80
- name: Display structure of downloaded files
81
run: ls -R
82
+ - name: Setup .NET Core
83
+ uses: actions/setup-dotnet@v3
84
+ with:
85
+ dotnet-version: 7.x
86
+ source-url: https://nuget.pkg.github.com/shaprcode-it/index.json
87
- name: List sources
88
run: dotnet nuget list source
89
+ - name: List sources
90
+ run: dotnet --info
91
- name: Publish the package to GitHub
92
run: dotnet nuget push "*.nupkg"
93
deploy:
0 commit comments