()
| 68 | } |
| 69 | |
| 70 | export function getWindowsFullNugetPackagePath() { |
| 71 | return Path.join( |
| 72 | getDistPath(), |
| 73 | '..', |
| 74 | 'installer', |
| 75 | getWindowsFullNugetPackageName() |
| 76 | ) |
| 77 | } |
| 78 | |
| 79 | export function getWindowsDeltaNugetPackageName( |
| 80 | includeArchitecture: boolean = false |
nothing calls this directly
no test coverage detected