Update dotnetcore.yml
- Changed back to just one version of .NET Core.
This commit is contained in:
parent
1018def995
commit
72eaf6cf34
1 changed files with 1 additions and 6 deletions
7
.github/workflows/dotnetcore.yml
vendored
7
.github/workflows/dotnetcore.yml
vendored
|
|
@ -7,16 +7,11 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: [ '2.1', '3.1' ]
|
||||
name: Dotnet ${{ matrix.dotnet }} build
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: ${{ matrix.dotnet }}
|
||||
dotnet-version: 3.1
|
||||
- name: Build with dotnet
|
||||
run: dotnet build --configuration Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue