Commit 98dc454
(#3849) Update build for Chocolatey.NuGet.Client
Due to the change to using the new csproj format, and also for using
dotnet restore, rather than nuget restore, some changes were required
to get the build to complete successfully. A NuGet.config file had to
be introduced to use a local packages folder, rather than the global
folder cache, and in addition, the folder structure has now changed to
the regex for replacing the Chocolatey.NuGet.Client assemblies had to
be updated. The folder structure is now:
chocolatey.nuget.commands\3.4.3\
rather than:
chocolatey.nuget.commands.3.4.3\1 parent ca16e76 commit 98dc454
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | | - | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments