Skip to content

Commit 8898466

Browse files
Fix path
1 parent b0005ac commit 8898466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ImageSharp.Web.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1
77
ProjectSection(SolutionItems) = preProject
88
.editorconfig = .editorconfig
99
.gitignore = .gitignore
10-
after.ImageSharp.Web.sln.targets = after.ImageSharp.Web.sln.targets
10+
before.ImageSharp.Web.sln.targets = before.ImageSharp.Web.sln.targets
1111
ci-build.ps1 = ci-build.ps1
1212
ci-pack.ps1 = ci-pack.ps1
1313
ci-test.ps1 = ci-test.ps1

before.ImageSharp.Web.sln.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See https://t.co/0A4WzeGMZS
88
<Target Name="RemoveSamples">
99
<ItemGroup>
1010
<ProjectReference
11-
Remove="$(MSBuildThisFileDirectory)\samples\ImageSharp.Web.Sample\ImageSharp.Web.Sample.csproj"
11+
Remove="$(MSBuildThisFileDirectory)samples\ImageSharp.Web.Sample\ImageSharp.Web.Sample.csproj"
1212
Condition="'$(GITHUB_ACTIONS)' == 'true'"/>
1313
</ItemGroup>
1414
</Target>

0 commit comments

Comments
 (0)