Commit 4edf2e6
Fix Windows ARM64 CI build: remove duplicate Release config
The job template appends \ to buildScript, so including
'Release' after '-c' resulted in 'dotnet build ... -c Release Release',
where the trailing 'Release' was interpreted as a project path (MSB1009).
Remove the explicit 'Release' so the template provides it, matching
the pattern used by the MacOS_arm64 job.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 628989d commit 4edf2e6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments