You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adamralph
changed the title
Packages are created redundantly when they already exist and their inputs haven't changed
Packages are recreated redundantly when their inputs haven't changed
Mar 4, 2022
adamralph
changed the title
Packages are recreated redundantly when their inputs haven't changed
Packages are redundantly recreated when their inputs haven't changed
Mar 4, 2022
adamralph
changed the title
Packages are redundantly recreated when their inputs haven't changed
Packages are redundantly recreated
Mar 4, 2022
Version(s)
1.0.0 to 2.5.0.
To reproduce
Steps to reproduce the behaviour:
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
dotnet build
dotnet pack
dotnet pack
againExpected behaviour
The package is created during the first
dotnet pack
but not during the seconddotnet pack
.Actual behaviour
The package is created during both the first
dotnet pack
and the seconddotnet pack
.Workarounds
Ignore the problem and live with the redundant resource usage.
Additional context
Thanks to @xoofx for raising the problem in #675.
The text was updated successfully, but these errors were encountered: