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 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
You can’t perform that action at this time.
0 commit comments