Skip to content

Commit 3d41a85

Browse files
authored
Update wfnetcorev2.yaml
1 parent 5fcd64c commit 3d41a85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,15 @@ jobs:
7979
name: nupkg
8080
- name: Display structure of downloaded files
8181
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
8287
- name: List sources
8388
run: dotnet nuget list source
89+
- name: List sources
90+
run: dotnet --info
8491
- name: Publish the package to GitHub
8592
run: dotnet nuget push "*.nupkg"
8693
deploy:

0 commit comments

Comments
 (0)