Update for NPE 5 (WIP) + Configure Azure Pipeline#2
Update for NPE 5 (WIP) + Configure Azure Pipeline#2304NotModified wants to merge 4 commits intomasterfrom
Conversation
|
uses local package (Types) |
|
Guess supersedes #1 |
| <Reference Include="System.Data" /> | ||
| <Reference Include="System.Xml" /> | ||
| <Reference Include="WindowsBase" /> | ||
| <PackageReference Include="NuGetPackageExplorer.Types" Version="5.2.15-1c821c59ad" /> |
There was a problem hiding this comment.
we need this one on nuget.org
There was a problem hiding this comment.
We can't easily since it references a private copy of NuGet currently.
There was a problem hiding this comment.
ah I see <PackageReference Include="NuGet.Packaging" Version="5.3.0-xprivate.60008" />, how could I restore that one on my machine?
There was a problem hiding this comment.
They're currently in this feed: https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/blob/master/NuGet.config#L12
There was a problem hiding this comment.
I'm eventually going to move them to a feed on Azure Artifacts now that they support public feeds.
|
@onovotny I think I gonna merge this, as the master is even not compiling. OK with you? |
|
We can get a pipeline yaml setup for this |
|
Do you mean we should setup appveyor? |
|
I haven't built out the script yet, but this one is wired up to Pipelines: |

Update for NPE 5