Set D365NugetPath - FH-Inway/d365fo.tools GitHub Wiki
Set the path for nuget.exe
Set-D365NugetPath [-Path] <String> [<CommonParameters>]
Update the path where the module will be looking for the nuget.exe executable
Set-D365NugetPath -Path "C:\temp\d365fo.tools\nuget\nuget.exe"
This will update the path for the nuget.exe in the modules configuration
Path to the nuget.exe
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Mötz Jensen (@Splaxi)