Skip to content

Commit

Permalink
Run actions with latest .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Feb 20, 2021
1 parent 69e219e commit f168c0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
echo VERSION=$(npm run version --silent) >> $GITHUB_ENV
shell: bash

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.101'
# - name: Setup .NET Core
# uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '3.1.101'

# - name: Unit Test
# run: dotnet test -v=normal --no-build --filter FullyQualifiedName!~IntegrationTests --configuration ${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_PATH}}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

- uses: actions/checkout@v1

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.101'
# - name: Setup .NET Core
# uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '3.1.101'

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
Expand Down

0 comments on commit f168c0b

Please sign in to comment.