-
-
Notifications
You must be signed in to change notification settings - Fork 5
Get FSCPSNuget
Get the D365FSC NuGet package
Get-FSCPSNuget -Version <String> -Type <NuGetType> [-Path <String>] [-Force]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-FSCPSNuget -KnownVersion <String> -KnownType <VersionStrategy> -Type <NuGetType> [-Path <String>] [-Force]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Get the D365FSC NuGet package from storage account
Full list of NuGet: https://lcs.dynamics.com/V2/SharedAssetLibrary and select NuGet packages
Get-FSCPSNuget -Version "10.0.1777.99" -Type PlatformCompilerPackage
This will download the NuGet package with version "10.0.1777.99" and type "PlatformCompilerPackage" to the current folder
Get-FSCPSNuget -Version "10.0.1777.99" -Type PlatformCompilerPackage -Path "c:\temp"
This will download the NuGet package with version "10.0.1777.99" and type "PlatformCompilerPackage" to the c:\temp folder
Get-FSCPSNuget -Version "10.0.1777.99" -Type PlatformCompilerPackage -Path "c:\temp" -Force
This will download the NuGet package with version "10.0.1777.99" and type "PlatformCompilerPackage" to the c:\temp folder and override if the package with the same name exists.
Get-FSCPSNuget -KnownVersion "10.0.45" -KnownType GA -Type PlatformCompilerPackage -Path "c:\temp"
This will resolve the GA platform version for FNO 10.0.45 and download the PlatformCompilerPackage NuGet to c:\temp
Get-FSCPSNuget -KnownVersion "10.0.45" -KnownType Latest -Type ApplicationDevALM -Path "c:\temp"
This will resolve the Latest application version for FNO 10.0.45 and download the ApplicationDevALM NuGet to c:\temp
The version of the NuGet package to download
Type: String
Parameter Sets: Version
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe short FNO version (e.g. "10.0.45"). The actual NuGet version will be resolved using the version info data and the KnownType parameter
Type: String
Parameter Sets: KnownVersion
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe version strategy to use when resolving KnownVersion. Valid values are GA and Latest
Type: VersionStrategy
Parameter Sets: KnownVersion
Aliases:
Accepted values: GA, Latest
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe type of the NuGet package to download
Type: NuGetType
Parameter Sets: (All)
Aliases:
Accepted values: ApplicationSuiteDevALM, ApplicationDevALM, PlatformDevALM, PlatformCompilerPackage
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe destination folder of the NuGet package to download
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseInstruct the cmdlet to override the package if exists
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Oleksandr Nikolaiev (@onikolaiev)
- Install as a non-Administrator
- Install as a Administrator
- Import fscps.tools module
- List available commands from fscps.tools module
- Get help content for a command
- Get D365FSC versions data
- Compile ISV model
- Invoke Choco
- Download FSC NuGets
- Download System Update Package
- Sign Files (DigiCert / Azure KeyVault)
- Work with Model Versions
- Work with ADO Test Cases