Test Upload Build Artifact in ActRunner
All checks were successful
Build .NET Project / build (push) Successful in 2m3s
All checks were successful
Build .NET Project / build (push) Successful in 2m3s
This commit is contained in:
@@ -21,9 +21,13 @@ jobs:
|
||||
run: dotnet restore # Restore NuGet packages
|
||||
|
||||
- name: Build project
|
||||
run: |
|
||||
ls -la
|
||||
dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
|
||||
run: dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
|
||||
|
||||
- name: Upload Build Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: marketdata-build-artifact
|
||||
path: marketdata/
|
||||
|
||||
# - name: Run tests (optional)
|
||||
# run: dotnet test --no-build # Run unit tests if available
|
||||
|
||||
Reference in New Issue
Block a user