Skip to content

Commit

Permalink
Install .NET7 for Build.yml and External-Storage-Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo committed May 29, 2023
1 parent 4bdb560 commit c0d21a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
dotnet-version: '6.0.x'
include-prerelease: false

- name: Install .NET 7
uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
include-prerelease: false

- name: Calculate environment variables
id: buildVariables
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/External-Storage-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'

- name: Install .NET 7
uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
include-prerelease: false

- name: Restore packages
run: dotnet restore $Env:SolutionFile
Expand Down

0 comments on commit c0d21a0

Please sign in to comment.