Skip to content

Commit 029f829

Browse files
Add .NET 6.0 to the build pipeline
1 parent 155eed6 commit 029f829

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "Is Stable: $STRAVAIG_IS_STABLE"
6868
6969
- uses: actions/setup-dotnet@v1
70-
name: Setup .NET Core 3.1
70+
name: Setup .NET Core 3.1 (LTS)
7171
with:
7272
dotnet-version: 3.1.x
7373

@@ -76,6 +76,11 @@ jobs:
7676
with:
7777
dotnet-version: 5.0.x
7878

79+
- uses: actions/setup-dotnet@v1
80+
name: Setup .NET 6.0 (LTS)
81+
with:
82+
dotnet-version: 6.0.x
83+
7984
- name: Build Solution
8085
run: dotnet build $STRAVAIG_SOLUTION --configuration Release
8186

0 commit comments

Comments
 (0)