Skip to content

Commit

Permalink
Downgrade dotnet core version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thebevrishot committed Dec 19, 2019
1 parent 47874ac commit e375739
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup .NET Core 2.2
- name: Setup .NET Core 2.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.2.207'
dotnet-version: '2.1.14'
- name: Install EF CLI
shell: cmd
run: dotnet.exe tool install --global dotnet-ef --version 3.0.0
run: dotnet.exe tool install --global dotnet-ef --version 3.1.0
- name: Build
shell: cmd
run: dotnet.exe build src\Ztm.sln
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.2.207'
dotnet-version: '2.1.14'
- name: Get Release Artifact
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit e375739

Please sign in to comment.