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.
1 parent 2450181 commit 2f8c694Copy full SHA for 2f8c694
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
run: dotnet restore
23
24
- name: Build
25
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build --configuration Release --no-restore --path ./CustomCommands
26
27
- name: Publish
28
run: dotnet publish --configuration Release --no-build --output ./out
0 commit comments