We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175add7 commit 62adad5Copy full SHA for 62adad5
2 files changed
.github/workflows/build-on-pr.yml
@@ -38,8 +38,6 @@ 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: |
@@ -48,7 +46,7 @@ jobs:
48
46
env:
49
47
# Work around https://github.com/actions/setup-dotnet/issues/29
50
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
51
- CI: true
+ CI: true
52
53
linux-test-self-hosted:
54
name: Linux Self-Hosted Test
.github/workflows/build-on-push.yml
@@ -78,8 +78,6 @@ jobs:
78
79
- name: Setup .NET
80
81
82
83
84
85
0 commit comments