Skip to content

Commit dcd6e8b

Browse files
Adding dotnet vesion info for debug
1 parent 82681d8 commit dcd6e8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Build and Pack
2020
run: dotnet build --configuration Release
2121
- run: echo github.event {github.event}
22+
- run: dotnet --version
23+
- run: dotnet nuget --version
24+
- run: dotnet nuget push --help
2225
- name: Nuget publish
2326
run: dotnet nuget push --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/OsmApiClient.0.0.1-beta.4.nupkg
2427
- uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)