-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redo consume Roslyn from new location #1406
Conversation
@OmarTawfik this will bring back the changes for our rc3 branch. |
90663e1
to
b6396d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, that should be reviewable now @AndyGerlicher
</RuntimeProjectJson> | ||
</ItemGroup> | ||
|
||
<Target Name="RestoreRuntimePackages" | ||
Inputs="$(DnuToolPath);@(RuntimeProjectJson)" | ||
Inputs="$(DnuToolPath);$(RuntimeProjectJson)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is bogus
@@ -109,7 +113,7 @@ | |||
|
|||
<Target Name="DeployRuntime" | |||
DependsOnTargets="RestoreRuntimePackages" | |||
Outputs="%(RuntimeProjectJson.LockFile).IntentionallyDoesNotExistSoThisAlwaysRuns"> | |||
Outputs="%(RuntimeProjectJson.DestinationFolder)\dummy"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So is this.
@dotnet-bot test Windows_NT Build for Desktop please |
b6396d7
to
501f6ab
Compare
This went in to Roslyn with dotnet/roslyn#15222, so it should go in here as well. |
Reverts #1391