Skip to content

Commit f46e260

Browse files
authored
update pull-request GitHub workflow to use FAKE
1 parent 6799711 commit f46e260

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Setup .NET Core
14+
- name: Setup .NET
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: 3.1.301
17+
dotnet-version: 5.0.202
1818
- name: Install tools
1919
run: dotnet tool restore
20-
- name: Install dependencies
21-
run: dotnet restore
22-
- name: Build
23-
run: dotnet build --configuration Release --no-restore
24-
- name: Test
25-
run: dotnet test --no-restore --verbosity normal
20+
- name: Build Test and Docs using FAKE
21+
run: dotnet fake build
22+
23+
24+
25+

0 commit comments

Comments
 (0)