Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Specified build command in the configuration
  • Loading branch information
raych1 committed Sep 9, 2025
commit 4f44a93c140e4e3653036ac106a72d0f513f8cba
6 changes: 5 additions & 1 deletion eng/swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
}
},
"packageOptions": {
"packageFolderFromFileSearch": false
"packageFolderFromFileSearch": false,
"buildScript": {
"command": "dotnet build {packagePath}",
"path": ""
}
}
}