-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
@@ -6,7 +6,7 @@ | |||
"description": "Types to model a .NET Project", | |||
"dependencies": { | |||
"System.Reflection.Metadata": "1.2.0-rc2-23901", | |||
"NuGet.Packaging": "3.4.0-beta-632", | |||
"NuGet.Packaging": "3.4.0-rtm-beta-721", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This is now blocked on NuGet/Home#2265 - Builds are failing because packages are no longer properly resolved from sources defined in a |
262f9ca
to
bdf0dac
Compare
I've been able to work around the NuGet issue, so this should be working again. ping @piotrpMSFT @davidfowl @pakrym |
FYI, OSX build is blocked on a NuGet issue for which a fix has been checked in, just waiting on a new build now. |
7249c26
to
ef2a14e
Compare
@dotnet-bot test OSX Debug Build please |
1 similar comment
@dotnet-bot test OSX Debug Build please |
@@ -42,7 +42,6 @@ pushd "$Stage2Dir\bin" | |||
|
|||
try { | |||
.\dotnet restore ` | |||
--runtime win-anycpu ` |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Something seems to be funky with the Mac CI agents... the failures I'm getting are transient and depend upon the machine. I'm going to try and get a green from OSX Debug, but if I don't, we have a green from OSX Release, so it should be safe to merge. |
@dotnet-bot test OSX Debug Build please |
Ok, I'm going to merge. The OSX Debug error seems to be a transient issue. |
ef2a14e
to
444e4f9
Compare
This version still has RID inference, but adds support for generating the lock file format needed by portable app publishing
/cc @piotrpMSFT @davidfowl @pakrym