Autorest: Unable to download nightly of AutoRest

Created on 2 Feb 2017  Â·  4Comments  Â·  Source: Azure/autorest

nuget install AutoRest -Source https://www.myget.org/F/autorest/ -pre -OutputDirectory .

Error:

Attempting to resolve dependency 'System.Xml.XDocument (≥ 4.0.0)'.
Unable to resolve dependency 'System.Xml.XDocument (≥ 4.0.0)'.

@fearthecowboy / @olydis Can i please have a fix for this as I am using nightly in travis?

Most helpful comment

I found/fixed that this morning, will be better in tonight's build.

G

All 4 comments

nuget install AutoRest -Source https://www.myget.org/F/autorest/ -pre -OutputDirectory . -Version 1.0.0-Nightly20170129

works so something is changed recently.

@olydis It's coming from https://github.com/Azure/autorest/pull/1744/files#diff-d00210f49525605fff2d38480fc40abeR44 I believe.

I found/fixed that this morning, will be better in tonight's build.

G

Thanks. Issue has been fixed.

Was this page helpful?
0 / 5 - 0 ratings