Skip to content

Commit 405a49c

Browse files
authored
Merge pull request #356 from AArnott/fix289
Remove hard-coded paths in project file
2 parents fcb7366 + 09a207e commit 405a49c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/Cake.GitVersioning/Cake.GitVersioning.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
67
<Authors>Chris Crutchfield, Andrew Arnott</Authors>
78
<Company>andarno</Company>
89
<Description>Cake wrapper for Nerdbank.GitVersioning. Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.</Description>
@@ -17,14 +18,6 @@
1718
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
1819
</PropertyGroup>
1920

20-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
21-
<DocumentationFile>C:\git\Nerdbank.GitVersioning\src\..\bin\Cake.GitVersioning\Debug\net461\Cake.GitVersioning.xml</DocumentationFile>
22-
</PropertyGroup>
23-
24-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
25-
<DocumentationFile>C:\git\Nerdbank.GitVersioning\src\..\bin\Cake.GitVersioning\Release\net461\Cake.GitVersioning.xml</DocumentationFile>
26-
</PropertyGroup>
27-
2821
<!-- This is a tools package and should express no dependencies. -->
2922
<ItemDefinitionGroup>
3023
<ProjectReference>

0 commit comments

Comments
 (0)