From e71f715192fed2298fcfd891da7f6a30b42ead04 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Sun, 22 Sep 2024 18:19:03 -0700 Subject: [PATCH] new feature and rewrite --- .github/workflows/main_automation.yml | 2 +- lib/quantalib.csproj | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml index c360004c..ae50bb46 100644 --- a/.github/workflows/main_automation.yml +++ b/.github/workflows/main_automation.yml @@ -159,7 +159,7 @@ jobs: - name: Push package to nuget.org if: ${{ github.ref == 'refs/heads/main' }} - run: dotnet nuget push 'Calculations/bin/Release/QuanTAlib.*.nupkg' + run: dotnet nuget push 'lib/bin/Release/QuanTAlib.*.nupkg' --api-key ${{ secrets.NUGET_DEPLOY_KEY_QUANTLIB }} --source https://api.nuget.org/v3/index.json --skip-duplicate diff --git a/lib/quantalib.csproj b/lib/quantalib.csproj index 84c27610..a95e3c69 100644 --- a/lib/quantalib.csproj +++ b/lib/quantalib.csproj @@ -40,10 +40,6 @@ - - all - runtime; build; native; contentfiles; analyzers -