Adding missing nuget.config files #7544
Conversation
|
@AgneLukoseviciute It's unclear why some projects are ok and why some aren't. From what I can see, nuget.org is mentioned in the list of sources used towards the end, so this seems like something is broken with either the nuget task (i.e. it's not using the nuget from VS but instead it's using a custom nuget.exe that is incompatible), or the nuget.exe in VS is broken in recent builds. |
|
Why are we dealing with nuget.exe at all in this yml? We build the app with run-windows, which restores the nuget packages we need. And if that doesn't work, then we need to fix run-windows. |
@jonthysell |
|
Has anyone tried the workaround mentioned in #7436
|
Haven't tried that here yet. I just added a nuget.config in the root of the repo as suggested fix in another thread, if this doesn't work I'll give that a shot. |
|
I've rekicked this off since GH and ADO were out of sync. Hopefully now we'll get the pass. |
|
The Folly project is still not seeing boost. |
|
@jonthysell : The error is in the nuget packages path: which should probably be |
Lol, I just saw the same thing. The nuget.config should fix things, it just needs to be put into the windows folder. The e2e isn't resolving it to the right path, it's failing too. GH and ADO were out of sync. both failed in ADO but in GH it shows one as passed and the other as still running. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
cbad980
into
microsoft:master
Adding nuget.config files for e2e-test-app and integration-test-app. This should hopefully unblock the CI builds.
Microsoft Reviewers: Open in CodeFlow