We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project file a.proj:
<Project> <Target Name="Build"> <PropertyGroup> <_Value0>/tmp/RoslynTests/5b60c3b6-f6b5-431b-a782-fc3f8a5eea90/</_Value0> <_Value1>https://raw.githubusercontent.com</_Value1> </PropertyGroup> <ItemGroup> <LinesToWrite1 Include="$(_Value0);$(_Value1)"/> <LinesToWrite2 Include="$(_Value0)"/> <LinesToWrite2 Include="$(_Value1)"/> </ItemGroup> <WriteLinesToFile File="Result1.txt" Lines="@(LinesToWrite1)" Overwrite="true" Encoding="UTF-8" /> <WriteLinesToFile File="Result2.txt" Lines="@(LinesToWrite2)" Overwrite="true" Encoding="UTF-8" /> </Target> </Project>
Command line
> dotnet msbuild a.proj
Content of Result1.txt and Result2.txt is the same:
/tmp/RoslynTests/5b60c3b6-f6b5-431b-a782-fc3f8a5eea90/ https://raw.githubusercontent.com
Result1.txt:
/tmp/RoslynTests/5b60c3b6-f6b5-431b-a782-fc3f8a5eea90/ https:/raw.githubusercontent.com
Result2.txt:
msbuild /version output:
msbuild /version
Microsoft (R) Build Engine version 15.7.177.53362 for .NET Core Copyright (C) Microsoft Corporation. All rights reserved.
OS info:
The text was updated successfully, but these errors were encountered:
Probably a duplicate of #1622
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Project file a.proj:
Command line
Expected behavior
Content of Result1.txt and Result2.txt is the same:
Actual behavior
Result1.txt:
Result2.txt:
Environment data
msbuild /version
output:OS info:
The text was updated successfully, but these errors were encountered: