Skip to content

Conversation

@RobertGlobant20
Copy link
Contributor

Purpose

Modify the wix project to not excluding the samples folder
When the DynamoBuildScripts job is running is using the solution Install.sln for generating the Dynamo installer and the zipped file, so the wix project was excluding the samples folder from the final release, with this fix I'm removing the code that is excluding the samples folder.

Declarations

Check these if you believe they are true

Release Notes

Modify the wix project to not excluding the samples folder

Reviewers

@QilongTang @avidit

FYIs

(FILL ME IN, Optional) Names of anyone else you wish to be notified of

When the DynamoBuildScripts job is running is using the solution Install.sln for generating the Dynamo installer and the zipped file, so the wix project was excluding the samples folder from the final release, with this fix I'm removing the code that is excluding the samples folder.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modifies the Dynamo installer configuration to include the samples folder in the final installer package. Previously, the WiX installer project was explicitly excluding the samples folder from both the file harvesting process and the installer build.

  • Removes XSL template rules that excluded samples directories and components
  • Updates robocopy command to stop excluding the samples directory during file harvesting

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/DynamoInstall/Release.xsl Removes XSL templates that excluded samples directories and components from the installer
src/DynamoInstall/DynamoInstall.wixproj Updates robocopy command to remove -XD samples exclusion parameter

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-9244

@avidit
Copy link
Contributor

avidit commented Oct 17, 2025

@RobertGlobant20 I guess this #16610 should fix the failure in your build

Copy link
Contributor

@avidit avidit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@QilongTang QilongTang merged commit 4f1dc10 into DynamoDS:master Oct 20, 2025
25 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants