summaryrefslogtreecommitdiff
path: root/src/.nuget/optdata
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Fix RestoreSources for optdata packagesWes Haggard2-14/+0
Pass unprocessed args to restore optdata step so it can override the sources when doing restore Handle prority as an unprocessed arg for the sync alias
2017-10-30Use restore with no --source for optdata proj feedWes Haggard1-0/+8
This lets dotnet pick up RestoreSources hierarchically rather than only use what's predefined in DotnetRestoreCommand (in dir.props).
2017-06-01Fix optdata restore functionality (#11935)Daniel Podder2-0/+30
Fix optdata restore functionality (#11935) Bring back optdata restore functionality following the move to 2.0 BuildTools and csproj-based CLI. Disable a harmless warning that broke the Linux build when consuming PGO counts due to -Werr. Fix #11796 for master