We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d17f2 commit b9e0b9eCopy full SHA for b9e0b9e
after.apiversioning.sln.targets
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
4
- <Import Project="build\signing.targets" />
+ <Import Project="$(MSBuildThisFileDirectory)\build\signing.targets" />
5
6
<Target Name="AfterSolutionBuild" AfterTargets="Build">
7
@@ -12,7 +12,7 @@
12
</PropertyGroup>
13
14
<ItemGroup>
15
- <Projects Include="src\**\*.csproj" />
+ <Projects Include="$(MSBuildThisFileDirectory)\src\**\*.csproj" />
16
</ItemGroup>
17
18
<MSBuild Projects="@(Projects)" Targets="GetTargetPaths" Properties="$(BuildProperties)" UnloadProjectsOnCompletion="true">
0 commit comments