Skip to content

Commit b9e0b9e

Browse files
Qualify relative paths
1 parent b2d17f2 commit b9e0b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

after.apiversioning.sln.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

4-
<Import Project="build\signing.targets" />
4+
<Import Project="$(MSBuildThisFileDirectory)\build\signing.targets" />
55

66
<Target Name="AfterSolutionBuild" AfterTargets="Build">
77

@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<Projects Include="src\**\*.csproj" />
15+
<Projects Include="$(MSBuildThisFileDirectory)\src\**\*.csproj" />
1616
</ItemGroup>
1717

1818
<MSBuild Projects="@(Projects)" Targets="GetTargetPaths" Properties="$(BuildProperties)" UnloadProjectsOnCompletion="true">

0 commit comments

Comments
 (0)