We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155eed6 commit 029f829Copy full SHA for 029f829
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
echo "Is Stable: $STRAVAIG_IS_STABLE"
68
69
- uses: actions/setup-dotnet@v1
70
- name: Setup .NET Core 3.1
+ name: Setup .NET Core 3.1 (LTS)
71
with:
72
dotnet-version: 3.1.x
73
@@ -76,6 +76,11 @@ jobs:
76
77
dotnet-version: 5.0.x
78
79
+ - uses: actions/setup-dotnet@v1
80
+ name: Setup .NET 6.0 (LTS)
81
+ with:
82
+ dotnet-version: 6.0.x
83
+
84
- name: Build Solution
85
run: dotnet build $STRAVAIG_SOLUTION --configuration Release
86
0 commit comments