mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-07 13:37:44 +00:00
updated yml
update1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
<PackageReference Include="stocksharp.algo" Version="5.0.193" />
|
||||
<PackageReference Include="OoplesFinance.StockIndicators" Version="1.0.53" />
|
||||
-->
|
||||
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user