Skip to content

Commit 76ae939

Browse files
authored
Update dotnet.yml
1 parent 6f4cd07 commit 76ae939

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222

2323
# Step 3: Restore dependencies
2424
- name: Restore dependencies
25-
run: dotnet restore src\TaskMonitoring.Application\TaskMonitoring.Application.csproj
25+
run: dotnet restore
2626

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

3131
# Step 5: Pack the project
3232
- name: Pack
33-
run: dotnet pack src\TaskMonitoring.Application\TaskMonitoring.Application.csproj --configuration Release --no-build -o ./packages
33+
run: dotnet pack --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)