This commit is contained in:
Miha Kralj
2024-09-23 08:49:07 -07:00
parent 1850db516a
commit 06092cc808
2 changed files with 3 additions and 4 deletions
+2 -4
View File
@@ -136,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
@@ -160,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
+1
View File
@@ -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>