This commit is contained in:
@@ -23,9 +23,7 @@ jobs:
|
|||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
dotnet build
|
dotnet build --verbosity diagnostic --configuration Debug --no-restore # Build the project in Debug configuration
|
||||||
# dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
|
|
||||||
|
|
||||||
|
|
||||||
- name: Create Market Data archive with preserved permissions
|
- name: Create Market Data archive with preserved permissions
|
||||||
run: tar -czvf marketdata.tar.gz MarketData/MarketData/bin/Debug/net8.0
|
run: tar -czvf marketdata.tar.gz MarketData/MarketData/bin/Debug/net8.0
|
||||||
|
|||||||
Reference in New Issue
Block a user