Test Platform=Any CPU
All checks were successful
Build .NET Project / build (push) Successful in 3m51s
All checks were successful
Build .NET Project / build (push) Successful in 3m51s
This commit is contained in:
@@ -23,7 +23,8 @@ jobs:
|
||||
- name: Build project
|
||||
run: |
|
||||
pwd
|
||||
dotnet build --configuration "Any CPU" --no-restore # Build the project in Debug configuration
|
||||
dotnet build /p:Platform="Any CPU"
|
||||
# dotnet build --configuration "Any CPU" --no-restore # Build the project in Debug configuration
|
||||
|
||||
- name: Create Market Data archive with preserved permissions
|
||||
run: tar -czvf marketdata.tar.gz MarketData/MarketData/bin/Debug/net8.0
|
||||
|
||||
Reference in New Issue
Block a user