We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98ec41 commit 4e53468Copy full SHA for 4e53468
1 file changed
.github/workflows/build-on-pr.yml
@@ -38,6 +38,8 @@ jobs:
38
39
- name: Setup .NET Core
40
uses: actions/setup-dotnet@v1
41
+ with:
42
+ dotnet-version: '5.0.x'
43
44
- name: Build
45
run: |
@@ -46,7 +48,7 @@ jobs:
46
48
env:
47
49
# Work around https://github.com/actions/setup-dotnet/issues/29
50
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
- CI: true
51
+ CI: true
52
53
linux-test-self-hosted:
54
name: Linux Self-Hosted Test
0 commit comments