Commit ed7fa18
Fix Azure Pipeline NuGet package generation (#884)
* Initial plan
* Fix Azure Pipeline: Use dotnet pack to generate NuGet package
Co-authored-by: vslee <366757+vslee@users.noreply.github.com>
* Fix DotNetCoreCLI pack task parameters: use outputDir instead of packDirectory
Co-authored-by: vslee <366757+vslee@users.noreply.github.com>
* Consolidate pack configuration into arguments parameter
Co-authored-by: vslee <366757+vslee@users.noreply.github.com>
* Replace NuGetCommand with DotNetCoreCLI push to fix Ubuntu 24.04 mono issue
Co-authored-by: vslee <366757+vslee@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: vslee <366757+vslee@users.noreply.github.com>1 parent b933ad9 commit ed7fa18
1 file changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments