Test PWD
All checks were successful
Build .NET Project / build (push) Successful in 1m23s

This commit is contained in:
2025-11-17 21:07:51 -05:00
parent 69838cc88f
commit 6657f6a0c0

View File

@@ -21,7 +21,9 @@ jobs:
run: dotnet restore # Restore NuGet packages
- name: Build project
run: dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
run: |
pwd
dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
- name: Upload Build Artifact
uses: actions/upload-artifact@v3