File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments