Skip to content

Conversation

@jpobst
Copy link
Contributor

@jpobst jpobst commented Feb 4, 2025

Fixes: #9645

If a user specifies $(OutputPath) on the command line, it won't automatically get a trailing slash added to it because global properties can't be overwritten. Ensure we add a trailing slash to $(OutputPath) when constructing $(DocumentationFile).

This probably doesn't warrant a test case.

Tested locally with:

dotnet build -bl -p:OutputPath=C:\Users\jopobst\Desktop\maven_messaging\foo

main:
foo

This PR:
image

@jpobst jpobst marked this pull request as ready for review February 5, 2025 18:17
@dellis1972 dellis1972 merged commit 627e239 into main Feb 5, 2025
58 checks passed
@dellis1972 dellis1972 deleted the dev/jpobst/outputpath-slash branch February 5, 2025 19:11
grendello added a commit that referenced this pull request Feb 6, 2025
* main:
  [XABT] Ensure `$(DocumentationFile)` correctly uses `$(OutputPath)`. (#9755)
  [coreclr] projects with `UseMonoRuntime=false` successfully build (#9754)
  [.github] Update issue templates to include `net10.0-android`. (#9753)
@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

There is no path separator between the output folder and the xml file when compiling for Android.

4 participants