List contents of build folder
Some checks failed
Build .NET Project / build (push) Failing after 15s
Some checks failed
Build .NET Project / build (push) Failing after 15s
This commit is contained in:
@@ -21,7 +21,8 @@ jobs:
|
|||||||
run: dotnet restore # Restore NuGet packages
|
run: dotnet restore # Restore NuGet packages
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
|
run: ls -la
|
||||||
|
dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
|
||||||
|
|
||||||
# - 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