Skip to content

Commit

Permalink
Add dotnet setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Nov 19, 2023
1 parent ff726b9 commit 61dfe4a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4

# Setup Java environment for the next steps
# Setup Java environment
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand All @@ -143,7 +143,7 @@ jobs:
build-root-directory: ${{ github.workspace }}/PluginsAndFeatures/azure-toolkit-for-rider
gradle-home-cache-cleanup: true

# Setup .NET 8 environment for the next steps
# Setup .NET 8 environment
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4

# Set up Java environment for the next steps
# Set up Java environment
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand All @@ -245,6 +245,12 @@ jobs:
build-root-directory: ${{ github.workspace }}/PluginsAndFeatures/azure-toolkit-for-rider
gradle-home-cache-cleanup: true

# Setup .NET 8 environment
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'

# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v3
Expand Down

0 comments on commit 61dfe4a

Please sign in to comment.