Skip to content

Commit 6e7a683

Browse files
committed
Fix dotnet run task
1 parent a5ed79b commit 6e7a683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
run: dotnet test ${{ env.Solution_Path }} --configuration Release --no-build
4848

4949
# Run the build task
50-
- name: Build
51-
run: dotnet run --project build/Build.csproj ${{ env.Project_Path }}
50+
- name: Run build task
51+
run: dotnet run --project ${{ env.Project_Path }}
5252

5353
# Upload the Build package
5454
- name: Upload Build package

0 commit comments

Comments
 (0)