Skip to content

Commit

Permalink
fixup! Support spaces in .net file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Apr 8, 2020
1 parent af9a906 commit 3901146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/dotnet/classic/Project.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<!-- @OctoLinkerResolve(<root>/dotnet/foo bar/test file.cs) -->
<Content Include="../foo bar/Test File.cs" />
<Content Include="../foo bar/test file.cs" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion e2e/fixtures/dotnet/sdk/Project.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<ItemGroup>
<!-- @OctoLinkerResolve(<root>/dotnet/foo bar/test file.cs) -->
<Content Include="../foo bar/Test File.cs" />
<Content Include="../foo bar/test file.cs" />
</ItemGroup>

</Project>

0 comments on commit 3901146

Please sign in to comment.