UpdateComponentsStep

Applies to KDTooling Deployment Manager 1.2

Content

Overview

Create/Update resources (.js, .css, .dll) in D365

Name

UpdateComponentsStep

Type

Source Definition

IsPostBuild

True

Parameters

Name

Type

Description

Title

String

Title

TargetEnvironment

Dropdown

Target Environment

ProjectBuildOutputDirectory

String

Used to identify the assembly dll which should be uploaded

WebresourcesPackage

File

Webresources Package

IsUpdateOnlyForWebresources

Bool

Don´t create new webresources (only update existing)

SolutionForWebresources

String

New created Webresources will be added to this solution

WebResourcesRootDirectory

String

A directory inside the source directory. Used to truncate filenames

PublisherPrefix

String

Prefix for new components

Dependencies

None

Examples

Web Resources package:

<?xml version="1.0" encoding="utf-8"?>
<UtilityRoot>
	<Packages>
		<Package name="js" rootPath="..\..\..\..\Golet.Ketion\Golet.Webresources\JS" isNamePrefix="true">
			<WebResourceInfo name="/account.script.js" filePath="\account.script.js" displayName="account.script.js" type="js" description="" />
		</Package>
		<Package name="html" rootPath="..\..\..\..\Golet.Ketion\Golet.Webresources\html" isNamePrefix="true">
			<WebResourceInfo name="/dialog.html" filePath="\dialog.html" displayName="dialog.html" type="html" description="" />
		</Package>
	</Packages>
</UtilityRoot>

Build Provider

  • Local Visual Studio: Supported

  • Team Foundation Server: Supported

Troubleshooting

-

Additional Information

-

Need help? Contact support