mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
updated yml
update1
This commit is contained in:
@@ -4,9 +4,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_test:
|
build_test:
|
||||||
@@ -134,9 +136,8 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
release_name: ${{ steps.gitversion.outputs.SemVer }}
|
release_name: ${{ steps.gitversion.outputs.SemVer }}
|
||||||
tag_name: prerelease
|
tag_name: ${{ steps.gitversion.outputs.SemVer }}
|
||||||
release_config: |
|
release_config: |
|
||||||
lib/bin/Release/QuanTAlib.dll
|
|
||||||
quantower/Averages/bin/Release/Averages.dll
|
quantower/Averages/bin/Release/Averages.dll
|
||||||
quantower/Statistics/bin/Release/Statistics.dll
|
quantower/Statistics/bin/Release/Statistics.dll
|
||||||
SyntheticVendor/bin/Release/SyntheticVendor.dll
|
SyntheticVendor/bin/Release/SyntheticVendor.dll
|
||||||
@@ -158,9 +159,8 @@ jobs:
|
|||||||
prerelease: false
|
prerelease: false
|
||||||
overwrite: true
|
overwrite: true
|
||||||
release_name: ${{ steps.gitversion.outputs.MajorMinorPatch }}
|
release_name: ${{ steps.gitversion.outputs.MajorMinorPatch }}
|
||||||
tag_name: latest
|
tag_name: ${{ steps.gitversion.outputs.SemVer }}
|
||||||
release_config: |
|
release_config: |
|
||||||
lib/bin/Release/QuanTAlib.dll
|
|
||||||
quantower/Averages/bin/Release/Averages.dll
|
quantower/Averages/bin/Release/Averages.dll
|
||||||
quantower/Statistics/bin/Release/Statistics.dll
|
quantower/Statistics/bin/Release/Statistics.dll
|
||||||
SyntheticVendor/bin/Release/SyntheticVendor.dll
|
SyntheticVendor/bin/Release/SyntheticVendor.dll
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
<PackageReference Include="stocksharp.algo" Version="5.0.193" />
|
<PackageReference Include="stocksharp.algo" Version="5.0.193" />
|
||||||
<PackageReference Include="OoplesFinance.StockIndicators" Version="1.0.53" />
|
<PackageReference Include="OoplesFinance.StockIndicators" Version="1.0.53" />
|
||||||
-->
|
-->
|
||||||
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user