Skip to content

Commit 2050aed

Browse files
authored
Update dotnet.yml
1 parent 48082f6 commit 2050aed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626

2727
# Step 4: Build the project
2828
- name: Build
29-
run: dotnet build [path].Project.csproj --configuration Release --no-restore
29+
run: dotnet build src\TaskMonitoring.Application\TaskMonitoring.Application.csproj --configuration Release --no-restore
3030

3131
# Step 5: Pack the project
3232
- name: Pack
33-
run: dotnet pack [path].Project.csproj --configuration Release --no-build -o ./packages
33+
run: dotnet pack src\TaskMonitoring.Application\TaskMonitoring.Application.csproj --configuration Release --no-build -o ./packages
3434

3535
# Step 6: Publish package to GitHub Packages
3636
- name: Publish to GitHub Packages

0 commit comments

Comments
 (0)