From 25492f6eae4b59e141352e79f061cfc69d97652c Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Mon, 23 Sep 2024 08:49:27 -0700 Subject: [PATCH] updated yml update1 --- .github/workflows/main_automation.yml | 8 ++++---- Tests/Tests.csproj | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml index e45f7eb5..4aa9524e 100644 --- a/.github/workflows/main_automation.yml +++ b/.github/workflows/main_automation.yml @@ -4,9 +4,11 @@ on: push: branches: - main + - dev pull_request: branches: - main + - dev jobs: build_test: @@ -134,9 +136,8 @@ jobs: prerelease: true overwrite: true release_name: ${{ steps.gitversion.outputs.SemVer }} - tag_name: prerelease + tag_name: ${{ steps.gitversion.outputs.SemVer }} release_config: | - lib/bin/Release/QuanTAlib.dll quantower/Averages/bin/Release/Averages.dll quantower/Statistics/bin/Release/Statistics.dll SyntheticVendor/bin/Release/SyntheticVendor.dll @@ -158,9 +159,8 @@ jobs: prerelease: false overwrite: true release_name: ${{ steps.gitversion.outputs.MajorMinorPatch }} - tag_name: latest + tag_name: ${{ steps.gitversion.outputs.SemVer }} release_config: | - lib/bin/Release/QuanTAlib.dll quantower/Averages/bin/Release/Averages.dll quantower/Statistics/bin/Release/Statistics.dll SyntheticVendor/bin/Release/SyntheticVendor.dll diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 0f30adf3..22780089 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -26,6 +26,7 @@ --> +