Bundle Build Artifacts
All checks were successful
Build .NET Project / build (push) Successful in 3m35s
All checks were successful
Build .NET Project / build (push) Successful in 3m35s
This commit is contained in:
@@ -25,11 +25,24 @@ jobs:
|
|||||||
pwd
|
pwd
|
||||||
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: Upload Build Artifact
|
- name: Upload Market Data Build Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: marketdata-build-artifact
|
name: marketdata-build-artifact
|
||||||
path: MarketData/MarketData/bin/Debug/net8.0
|
path: MarketData/MarketData/bin/Debug/net8.0
|
||||||
|
|
||||||
|
- name: Upload Market Data Server Build Artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: marketdata-server-build-artifact
|
||||||
|
path: MarketDataServer/bin/Debug/net8.0
|
||||||
|
|
||||||
|
- name: Upload IPMonitor Build Artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: ipmonitor-build-artifact
|
||||||
|
path: IPMonitor/bin/Debug/net8.0
|
||||||
|
|
||||||
|
|
||||||
# - name: Run tests (optional)
|
# - name: Run tests (optional)
|
||||||
# run: dotnet test --no-build # Run unit tests if available
|
# run: dotnet test --no-build # Run unit tests if available
|
||||||
|
|||||||
Reference in New Issue
Block a user