mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 05:48:06 +00:00
readme
Signed-off-by: Miha Kralj <miha@kraljfamily.net> workflow workflow Signed-off-by: Miha Kralj <miha@kraljfamily.net>
This commit is contained in:
@@ -82,7 +82,7 @@ jobs:
|
|||||||
# type: 'zip'
|
# type: 'zip'
|
||||||
# directory: \Quantower\Settings\Scripts\Indicators\QuanTAlib
|
# directory: \Quantower\Settings\Scripts\Indicators\QuanTAlib
|
||||||
# filename: QL_Quantower.zip
|
# filename: QL_Quantower.zip
|
||||||
|
#
|
||||||
# - name: Release
|
# - name: Release
|
||||||
# uses: marvinpinto/action-automatic-releases@latest
|
# uses: marvinpinto/action-automatic-releases@latest
|
||||||
# with:
|
# with:
|
||||||
@@ -91,13 +91,13 @@ jobs:
|
|||||||
# prerelease: true
|
# prerelease: true
|
||||||
# title: "Pre-release Build"
|
# title: "Pre-release Build"
|
||||||
# files: /Quantower/Settings/Scripts/Indicators/QuanTAlib/*.zip
|
# files: /Quantower/Settings/Scripts/Indicators/QuanTAlib/*.zip
|
||||||
|
#
|
||||||
# - name: Push package to nuget.org
|
# - name: Push package to nuget.org
|
||||||
# run: dotnet nuget push '.\Source\bin\Release\QuanTAlib.*.nupkg'
|
# run: dotnet nuget push '.\Source\bin\Release\QuanTAlib.*.nupkg'
|
||||||
# --api-key ${{ secrets.NUGET_DEPLOY_KEY_QUANTLIB }}
|
# --api-key ${{ secrets.NUGET_DEPLOY_KEY_QUANTLIB }}
|
||||||
# --source https://api.nuget.org/v3/index.json
|
# --source https://api.nuget.org/v3/index.json
|
||||||
# --skip-duplicate
|
# --skip-duplicate
|
||||||
|
#
|
||||||
# - name: Push package to github
|
# - name: Push package to github
|
||||||
# run: dotnet nuget push '.\Source\bin\Release\QuanTAlib.*.nupkg'
|
# run: dotnet nuget push '.\Source\bin\Release\QuanTAlib.*.nupkg'
|
||||||
# --api-key ${{ secrets.GITHUB_TOKEN }}
|
# --api-key ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Source\QuanTAlib.csproj" />
|
<ProjectReference Include="..\Source\QuanTAlib.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user