Skip to content

Conversation

@marcin-krystianc
Copy link
Contributor

@marcin-krystianc marcin-krystianc commented Oct 21, 2020

Bug

Fixes: NuGet/Home#10173

Fix

Simple change to fix the build of NuGet.Client solution when signing is disabled.
It follows the same pattern as other AssemblyInfo files in this repository, e.g.: https://github.com/NuGet/NuGet.Client/blob/dev/src/NuGet.Core/NuGet.Common/Properties/AssemblyInfo.cs

Testing/Validation

Tests Added: No
Reason for not adding tests: It would require building the whole solution twice, first time when signing is enabled and second time when signing is disabled. Disabling assembly signing is such a niche use case so I don't think it is worth adding tests for it.

@marcin-krystianc marcin-krystianc requested a review from a team as a code owner October 21, 2020 08:50
@nkolev92 nkolev92 added Approved for CI Community PRs created by someone not in the NuGet team labels Oct 22, 2020
@nkolev92 nkolev92 self-assigned this Oct 22, 2020
@zivkan zivkan force-pushed the marcink-assemblyinfo-20201021 branch from 5e421d5 to 9ffd3d9 Compare October 23, 2020 04:44
@nkolev92 nkolev92 merged commit 07dbccb into NuGet:dev Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Community PRs created by someone not in the NuGet team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build of NuGet libraries is broken when assembly signing is disabled

3 participants