Skip to content

Commit

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

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

- name: Setup .NET Core 2.2
uses: actions/setup-dotnet@v1
- name: Setup .NET SDKs
uses: actions/setup-dotnet@v4
with:
dotnet-version: 2.2.*
- name: Setup .NET Core 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 ffb4497

Please sign in to comment.