+semver: fix

This commit is contained in:
Miha Kralj
2024-09-22 20:10:05 -07:00
parent 6f11a5e0dc
commit f1b80ff374
43 changed files with 43 additions and 46 deletions
+2
View File
@@ -81,6 +81,8 @@ jobs:
run: dotnet build ./quantower/Averages/Averages.csproj --configuration Release --nologo
- name: Build Statistics DLL
run: dotnet build ./quantower/Statistics/Statistics.csproj --configuration Release --nologo
- name: Build SyntheticVendor DLL
run: dotnet build ./SyntheticVendor/SyntheticVendor.csproj --configuration Release --nologo
- name: DotCover Test HTML
if: ${{ github.ref == 'refs/heads/dev' }}