Commit f5f0498
Fix: Different startup steps implementation since other fix fails to restore (#622)
## Description
Pull Request #601 implementation fails to restore. I believe I narrowed
the problem down to the added `disabledPackageSources` property in
nuget.config, though my access to the Nuget feed isn't currently
working.
This solution takes the disabling effect out of nuget.config and puts it
in the Directory.Packages.props. In the .props file it conditionally
restores the private Nuget feed based on the single bool prop,
`AccessToNugetFeed`, defined in Directory.Build.props.
Credit: [GitHub issue 1](NuGet/Home#6045),
[GitHub issue 2](NuGet/Home#3972)
---------
Co-authored-by: Benjamin Michaelis <[email protected]>1 parent d8068eb commit f5f0498
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
6 | 14 | | |
7 | 15 | | |
8 | 16 | | |
| |||
0 commit comments