Skip to content

Commit

Permalink
Updated GA script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Oct 11, 2023
1 parent d2d0935 commit 6eff93e
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
#-----------------------------------------------------------------------
# Checkout

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
# lfs: true
Expand All @@ -27,26 +27,16 @@ jobs:
#-----------------------------------------------------------------------
# Setup environments

- name: Setup .NET 2.2
uses: actions/setup-dotnet@v1
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 2.2.*
- name: Setup .NET 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.*
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.*
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
- name: Setup .NET 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.*
dotnet-version: |
2.2.x
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
- name: Setup NuGet package reference
run: |
Expand Down

0 comments on commit 6eff93e

Please sign in to comment.