This commit is contained in:
@@ -30,14 +30,14 @@ jobs:
|
|||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
dotnet publish MarketData/MarketData/MarketData.csproj -c Release -r linux-arm64 --self-contained=true
|
dotnet publish MarketData/MarketData/MarketData.csproj -c Debug -r linux-arm64 --self-contained=true
|
||||||
dotnet publish MarketDataServer/MarketDataServer.csproj -c Release -r linux-arm64 --self-contained=true
|
dotnet publish MarketDataServer/MarketDataServer.csproj -c Debug -r linux-arm64 --self-contained=true
|
||||||
dotnet publish IPMonitor/IPMonitor.csproj -c Release -r linux-arm64 --self-contained=true
|
dotnet publish IPMonitor/IPMonitor.csproj -c Debug -r linux-arm64 --self-contained=true
|
||||||
# dotnet build --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/linux-arm64/publish
|
||||||
|
|
||||||
- name: Upload Market Data Build Artifact
|
- name: Upload Market Data Build Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
path: marketdata.tar.gz
|
path: marketdata.tar.gz
|
||||||
|
|
||||||
- name: Create Market Data Server archive with preserved permissions
|
- name: Create Market Data Server archive with preserved permissions
|
||||||
run: tar -czvf marketdata-server.tar.gz MarketDataServer/bin/Debug/net8.0
|
run: tar -czvf marketdata-server.tar.gz MarketDataServer/bin/Debug/net8.0/linux-arm64/publish
|
||||||
|
|
||||||
- name: Upload Market Data Server Build Artifact
|
- name: Upload Market Data Server Build Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
path: marketdata-server.tar.gz
|
path: marketdata-server.tar.gz
|
||||||
|
|
||||||
- name: Create IPMonitor archive with preserved permissions
|
- name: Create IPMonitor archive with preserved permissions
|
||||||
run: tar -czvf ipmonitor.tar.gz IPMonitor/bin/Debug/net8.0
|
run: tar -czvf ipmonitor.tar.gz IPMonitor/bin/Debug/net8.0/linux-arm64/publish
|
||||||
|
|
||||||
- name: Upload IPMonitor Build Artifact
|
- name: Upload IPMonitor Build Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user