Skip to content

Commit 2cdb259

Browse files
committed
2 parents e46bdef + 57fc32c commit 2cdb259

2 files changed

Lines changed: 3 additions & 40 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 [path].Project.csproj
25+
run: dotnet restore /home/runner/work/TaskMonitoring/TaskMonitoring/src/TaskMonitoring.Application/TaskMonitoring.Application.csproj
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 /home/runner/work/TaskMonitoring/TaskMonitoring/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 /home/runner/work/TaskMonitoring/TaskMonitoring/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

.github/workflows/makePackage.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)