diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 4bb8b5a3..2fb1b515 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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: |