Skip to content

Commit

Permalink
Update dotnet version in Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Mar 16, 2020
1 parent a44ddd8 commit 53434c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup .NET Environment.
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100'
dotnet-version: '3.1.101'
- name: Build and run tests.
run: dotnet test --collect:"XPlat Code Coverage"
- name: Make artifacts directory.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup .NET Environment.
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100'
dotnet-version: '3.1.101'
- name: Build package for Release.
run: dotnet pack -c Release
if: github.event.action == 'published'
Expand Down

0 comments on commit 53434c2

Please sign in to comment.