Skip to content

Commit

Permalink
.net 5
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-valuiskyi committed Dec 12, 2020
1 parent 04ddf34 commit 054a91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.101'
dotnet-version: '5.0.101'
- run: dotnet pack prometheus-net.Contrib.sln --include-symbols -c "Release" --output "build/"
- run: dotnet nuget push "build/*.symbols.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json" -n true
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.101'
dotnet-version: '5.0.101'
- name: dotnet test
run: dotnet test -c "Release"

0 comments on commit 054a91b

Please sign in to comment.