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
In the test PackAddsCorrectFilesForProjectsWithOutputNameSpecified, the output assembly name is specified as LibraryWithOutputAssemblyName. The test verifies that the generated .nupkg and .symbols.nupkg files contain the correct files, specifically MyLibrary.dll and MyLibrary.pdb in the lib/netstandard1.5 directory.
However, the test currently fails because the test project does not correctly override the assembly name. As a result, the expected files are not found in the generated packages.
The text was updated successfully, but these errors were encountered:
v-wuzhai
changed the title
The PackAddsCorrectFilesForProjectsWithOutputNameSpecified Test Fails Due to Assembly Name Not Being Overridden
The PackAddsCorrectFilesForProjectsWithOutputNameSpecified test fails due to assembly name not being overridden
Mar 4, 2025
Describe the bug
In the test PackAddsCorrectFilesForProjectsWithOutputNameSpecified, the output assembly name is specified as LibraryWithOutputAssemblyName. The test verifies that the generated
.nupkg
and.symbols.nupkg
files contain the correct files, specificallyMyLibrary.dll
andMyLibrary.pdb
in thelib/netstandard1.5
directory.However, the test currently fails because the test project does not correctly override the assembly name. As a result, the expected files are not found in the generated packages.
The text was updated successfully, but these errors were encountered: