mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 10:08:05 +00:00
fixing workflows
This commit is contained in:
@@ -66,19 +66,19 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
dotnet build ./lib/quantalib.csproj --configuration Release --no-restore --nologo
|
dotnet build ./lib/quantalib.csproj --configuration Release --no-restore --nologo
|
||||||
dotnet build ./quantower/Channels.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Channels.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Cycles.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Cycles.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Dynamics.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Dynamics.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Filters.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Filters.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Forecasts.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Forecasts.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Momentum.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Momentum.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Oscillators.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Oscillators.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Reversals.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Reversals.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Statistics.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Statistics.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Trends_FIR.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Trends_FIR.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Trends_IIR.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Trends_IIR.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Volatility.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Volatility.csproj --configuration Release --nologo
|
||||||
dotnet build ./quantower/Volume.csproj --configuration Release --no-restore --nologo
|
dotnet build ./quantower/Volume.csproj --configuration Release --nologo
|
||||||
|
|
||||||
- name: Pack NuGet
|
- name: Pack NuGet
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user