We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48082f6 commit 2050aedCopy full SHA for 2050aed
1 file changed
.github/workflows/dotnet.yml
@@ -26,11 +26,11 @@ jobs:
26
27
# Step 4: Build the project
28
- name: Build
29
- run: dotnet build [path].Project.csproj --configuration Release --no-restore
+ run: dotnet build src\TaskMonitoring.Application\TaskMonitoring.Application.csproj --configuration Release --no-restore
30
31
# Step 5: Pack the project
32
- name: Pack
33
- run: dotnet pack [path].Project.csproj --configuration Release --no-build -o ./packages
+ run: dotnet pack src\TaskMonitoring.Application\TaskMonitoring.Application.csproj --configuration Release --no-build -o ./packages
34
35
# Step 6: Publish package to GitHub Packages
36
- name: Publish to GitHub Packages
0 commit comments