Skip to content

Commit 8be9244

Browse files
committed
Add extra build step
1 parent 191750c commit 8be9244

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
dotnet-version: 5.0.202
2323

24+
- name: Build
25+
run: dotnet build src --configuration Release
26+
2427
- name: Test
2528
run: dotnet test src --configuration Release
2629

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Changes
44

55
- Use SourceGenerators to create LUTs
6+
- Change target framework to .NET Standard 2.0
67

78
## Original Text
89

0 commit comments

Comments
 (0)