Commit 0e6c9ba
Fix ADO CI build (#212)
This pull request updates the build step in the Azure DevOps CI pipeline
to ensure the correct build configuration is used during the build
process.
Pipeline configuration improvement:
* The `dotnet build` command in `.azdo/ci.yaml` now explicitly uses the
`$(buildConfiguration)` variable for configuration, ensuring builds are
run with the intended settings.
---------
Co-authored-by: Copilot <[email protected]>1 parent 45ceb3b commit 0e6c9ba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments