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
This is kind of the opposite of #4532, but still occurs now that #4532 is fixed. Perhaps it's really a build issue, but it manifests as a failure to pack, because the build is done in Visual Studio using the full-framework version of msbuild.
Details about Problem
NuGet product used: dotnet.exe and msbuild (the only ways to pack sdk projects)
NuGet version: 4.0.1
dotnet.exe --version: 1.0.2
msbuild -version: 15.1.1012.6693
OS version: Windows 10
Detailed repro steps so we can see the same problem
OK, I ran a build in Visual Studio and then dotnet pack --no-build. This created a package.
So the only problem with pack in this scenario is that it tries to perform a build (which can't succeed, since it is using core msbuild).
This is kind of the opposite of #4532, but still occurs now that #4532 is fixed. Perhaps it's really a build issue, but it manifests as a failure to pack, because the build is done in Visual Studio using the full-framework version of msbuild.
Details about Problem
NuGet product used: dotnet.exe and msbuild (the only ways to pack sdk projects)
NuGet version: 4.0.1
dotnet.exe --version: 1.0.2
msbuild -version: 15.1.1012.6693
OS version: Windows 10
Detailed repro steps so we can see the same problem
cd SdkProject
dotnet msbuild SdkProject.csproj /t:pack
, or justdotnet pack
.Verbose Logs
Here is the output: https://pastebin.com/vgCyU7p5
Sample Project
https://github.com/gulbanana/repro-packagereference-transitive
The text was updated successfully, but these errors were encountered: