fixing workflows

This commit is contained in:
Miha Kralj
2026-01-21 16:06:19 -05:00
parent 2d3c8fbaf8
commit 470d2f0121
+13 -13
View File
@@ -66,19 +66,19 @@ jobs:
- name: Build
run: |
dotnet build ./lib/quantalib.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Channels.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Cycles.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Dynamics.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Filters.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Forecasts.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Momentum.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Oscillators.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Reversals.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Statistics.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Trends_FIR.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Trends_IIR.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Volatility.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Volume.csproj --configuration Release --no-restore --nologo
dotnet build ./quantower/Channels.csproj --configuration Release --nologo
dotnet build ./quantower/Cycles.csproj --configuration Release --nologo
dotnet build ./quantower/Dynamics.csproj --configuration Release --nologo
dotnet build ./quantower/Filters.csproj --configuration Release --nologo
dotnet build ./quantower/Forecasts.csproj --configuration Release --nologo
dotnet build ./quantower/Momentum.csproj --configuration Release --nologo
dotnet build ./quantower/Oscillators.csproj --configuration Release --nologo
dotnet build ./quantower/Reversals.csproj --configuration Release --nologo
dotnet build ./quantower/Statistics.csproj --configuration Release --nologo
dotnet build ./quantower/Trends_FIR.csproj --configuration Release --nologo
dotnet build ./quantower/Trends_IIR.csproj --configuration Release --nologo
dotnet build ./quantower/Volatility.csproj --configuration Release --nologo
dotnet build ./quantower/Volume.csproj --configuration Release --nologo
- name: Pack NuGet
run: |