mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 09:38:05 +00:00
Updated .gitignore, moved LICENSE to root (#15)
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
||||
/d:sonar.cs.dotcover.reportsPaths=./coveragereport.html
|
||||
|
||||
- name: Build Main branch of QuanTAlib DLL
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
if: ${{ github.ref != 'refs/heads/dev' }}
|
||||
run: dotnet build ./Calculations/Calculations.csproj --verbosity detailed --configuration Release --nologo -p:PackageVersion=${{ steps.gitversion.outputs.MajorMinorPatch }}
|
||||
|
||||
- name: Build dev branch of QuanTAlib DLL
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
.vscode/
|
||||
.fleet/
|
||||
*.deps.json
|
||||
.Sandbox/
|
||||
#.sonarlint/
|
||||
|
||||
+115
-46
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user