This commit is contained in:
@@ -21,7 +21,9 @@ 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: |
|
||||||
|
pwd
|
||||||
|
dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
- name: Upload Build Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user