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
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
Today when doing dnu publish, we implicitly "no-source" wrapper projects. That is, for a project.json wrapping a csproj, we always build nupkg from it, no matter --no-source option was given or not.
However, there is no dnu restore being done before we call dnu publish. So when you dnu publish a project referencing a wrapped csproj, building the wrapper project will be failed.
Or we want to call dnu restore during dnu wrap?
The text was updated successfully, but these errors were encountered:
@davidfowl
Today when doing
dnu publish
, we implicitly "no-source" wrapper projects. That is, for aproject.json
wrapping a csproj, we always build nupkg from it, no matter--no-source
option was given or not.However, there is no
dnu restore
being done before we calldnu publish
. So when youdnu publish
a project referencing a wrapped csproj, building the wrapper project will be failed.Or we want to call
dnu restore
duringdnu wrap
?The text was updated successfully, but these errors were encountered: