We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 946228d + 1c1a9cc commit d225443Copy full SHA for d225443
.github/workflows/main.yml
@@ -22,10 +22,10 @@ jobs:
22
run: dotnet restore
23
24
- name: Build
25
- run: dotnet build --configuration Release --no-restore --path ./CustomCommands
+ run: dotnet build ./CustomCommands/CustomCommands.csproj --configuration Release --no-restore
26
27
- name: Publish
28
- run: dotnet publish --configuration Release --no-build --output ./out
+ run: dotnet ./CustomCommands/CustomCommands.csproj publish --configuration Release --no-build --output ./out
29
30
- name: Zip artifacts
31
run: |
0 commit comments