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
|
run: dotnet restore # Restore NuGet packages
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
|
||||||
ls -la
|
|
||||||
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)
|
# - 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