Skip to content

Commit 21778b6

Browse files
committed
generate package.
1 parent a75b2f3 commit 21778b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Coderr.Client.AspNet/Coderr.Client.AspNet.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageReleaseNotes>Now based on the new core package.</PackageReleaseNotes>
88
</PropertyGroup>
99

10-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
10+
<PropertyGroup>
1111
<Authors>Coderr AB</Authors>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1313
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -18,7 +18,7 @@
1818
<RepositoryType>git</RepositoryType>
1919
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2020
<PackageProjectUrl>https://coderr.io</PackageProjectUrl>
21-
<DocumentationFile>bin\Debug\$(TargetFramework)\Coderr.Client.AspNet.xml</DocumentationFile>
21+
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Coderr.Client.AspNet.xml</DocumentationFile>
2222
</PropertyGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)