We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a474b5 commit 3e7f28dCopy full SHA for 3e7f28d
1 file changed
src/DigestAuthenticator/DigestAuthenticator.csproj
@@ -31,6 +31,7 @@
31
<PackageIcon>icon.png</PackageIcon>
32
<ReleaseNotesFilePath>$(MSBuildThisFileDirectory)..\..\RELEASES.md</ReleaseNotesFilePath>
33
<PackageReleaseNotes>$([System.IO.File]::ReadAllText('$(ReleaseNotesFilePath)'))</PackageReleaseNotes>
34
+ <ContinuousIntegrationBuild>True</ContinuousIntegrationBuild>
35
</PropertyGroup>
36
<ItemGroup>
37
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
0 commit comments