mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -263,6 +263,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
dotnet-version: ${{ env.DOTNET_VERSION }}
|
||||||
|
|
||||||
|
- name: Install GitVersion
|
||||||
|
uses: gittools/actions/gitversion/setup@v0
|
||||||
|
with:
|
||||||
|
versionSpec: '6.x'
|
||||||
|
includePrerelease: true
|
||||||
|
|
||||||
|
- name: Determine Version
|
||||||
|
id: gitversion
|
||||||
|
uses: gittools/actions/gitversion/execute@v0
|
||||||
|
with:
|
||||||
|
useConfigFile: true
|
||||||
|
updateAssemblyInfo: false
|
||||||
|
|
||||||
- name: Cache NuGet packages
|
- name: Cache NuGet packages
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@@ -311,9 +324,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
<<<<<<<
|
||||||
gh release create v${{ github.sha }} \
|
gh release create v${{ github.sha }} \
|
||||||
--title "Release from commit ${{ github.sha }}" \
|
--title "Release from commit ${{ github.sha }}" \
|
||||||
--notes "Release notes for this version." \
|
--notes "Release notes for this version." \
|
||||||
|
=======
|
||||||
|
gh release create v${{ steps.gitversion.outputs.MajorMinorPatch }} \
|
||||||
|
--title "Release from commit ${{ steps.gitversion.outputs.MajorMinorPatch }}" \
|
||||||
|
--notes "Release notes for this version." \
|
||||||
|
>>>>>>>
|
||||||
quantower/Averages/bin/Release/Averages.dll \
|
quantower/Averages/bin/Release/Averages.dll \
|
||||||
quantower/Statistics/bin/Release/Statistics.dll \
|
quantower/Statistics/bin/Release/Statistics.dll \
|
||||||
quantower/Volatility/bin/Release/Volatility.dll \
|
quantower/Volatility/bin/Release/Volatility.dll \
|
||||||
|
|||||||
Reference in New Issue
Block a user