Skip to content

Commit ef1c767

Browse files
Build script downloads .NET 5.0
1 parent 0c126a0 commit ef1c767

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,14 @@ jobs:
6565
echo "Is Stable: $STRAVAIG_IS_STABLE"
6666
6767
- uses: actions/setup-dotnet@v1
68-
name: Setup .NET Core
68+
name: Setup .NET Core 3.1
6969
with:
70-
dotnet-version: 3.1.405
70+
dotnet-version: 3.1.x
71+
72+
- uses: actions/setup-dotnet@v1
73+
name: Setup .NET 5.0
74+
with:
75+
dotnet-version: 5.0.x
7176

7277
- name: Build Solution
7378
run: dotnet build $STRAVAIG_SOLUTION --configuration Release

src/.idea/.idea.Stravaig.ShortCode/.idea/jsonSchemas.xml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)