Skip to content

Set D365NugetPath

Splaxi edited this page Dec 4, 2022 · 1 revision

external help file: d365fo.tools-help.xml Module Name: d365fo.tools online version: schema: 2.0.0

Set-D365NugetPath

SYNOPSIS

Set the path for nuget.exe

SYNTAX

Set-D365NugetPath [-Path] <String> [<CommonParameters>]

DESCRIPTION

Update the path where the module will be looking for the nuget.exe executable

EXAMPLES

EXAMPLE 1

Set-D365NugetPath -Path "C:\temp\d365fo.tools\nuget\nuget.exe"

This will update the path for the nuget.exe in the modules configuration

PARAMETERS

-Path

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Author: Mötz Jensen (@Splaxi)

RELATED LINKS

Clone this wiki locally