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 77e83f2 commit 56c2b85Copy full SHA for 56c2b85
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
fetch-depth: 0
67
68
- name: ⚙ dotnet
69
- uses: ./.github/actions/dotnet
+ uses: devlooped/actions-dotnet-env@v1
70
71
- name: 🙏 build
72
run: dotnet build -m:1 -bl:build.binlog
@@ -101,12 +101,7 @@ jobs:
101
102
103
104
- uses: actions/setup-dotnet@v4
105
- with:
106
- dotnet-version: |
107
- 6.x
108
- 8.x
109
- 9.x
110
111
- name: ✓ ensure format
112
run: |
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments