Skip to content

Commit 310e833

Browse files
committed
Add dotnet tools
1 parent fb46179 commit 310e833

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.config/dotnet-tools.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"paket": {
6+
"version": "6.0.13",
7+
"commands": [
8+
"paket"
9+
]
10+
},
11+
"fantomas-tool": {
12+
"version": "4.5.3",
13+
"commands": [
14+
"fantomas"
15+
]
16+
}
17+
}
18+
}

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Check formatting
2424
run: dotnet fantomas . -r --check
2525
- name: Build
26-
run: dotnet build --configuration Release --no-restore
26+
run: dotnet run Build --configuration Release --no-restore
2727
- name: Test
2828
run: dotnet run RunTests

0 commit comments

Comments
 (0)