Skip to content

Commit 328df59

Browse files
committed
Added build command to CI
1 parent 58b2b57 commit 328df59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ jobs:
124124
- name: Restore dependencies
125125
run: dotnet restore
126126

127+
- name: Build
128+
run: dotnet build src/Backtest.Net/Backtest.Net.csproj --configuration Release --no-restore
129+
127130
- name: Determine version
128131
id: version
129132
run: |

0 commit comments

Comments
 (0)