Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ForgeUnits for linux #15524

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Update ForgeUnits for linux #15524

wants to merge 4 commits into from

Conversation

pinzart90
Copy link
Contributor

@pinzart90 pinzart90 commented Oct 3, 2024

Purpose
Add a linux version of ForgeUnits for DAAS
THe other part of the change is here https://git.autodesk.com/Dynamo/DynamoAAS/pull/227

Purpose

(FILL ME IN) This section describes why this PR is here. Usually it would include a reference to the tracking task that it is part or all of the solution for.

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

Enable ForgeUnits in Dynamo for Linux

Reviewers

(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)

(FILL ME IN, optional) Any additional notes to reviewers or testers.

FYIs

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

@pinzart90 pinzart90 closed this Oct 3, 2024
@pinzart90 pinzart90 reopened this Oct 3, 2024
@pinzart90
Copy link
Contributor Author

I'll add the proper public nuget dependency once I merge everything back to the ForgeUnits Repo.
For now I will consume the internal linux package of ForgeUnits directly from DAAS

<ItemGroup>
<UnitSchemas Include="$(PkgForgeUnits_Schemas)\Content\unit\**\*.*" />
</ItemGroup>
<Copy SourceFiles="@(UnitSchemas)" DestinationFolder="$(OutDir)unit\%(RecursiveDir)" />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

copy the required forge units resources that are agnostic of OS

Copy link

github-actions bot commented Oct 3, 2024

UI Smoke Tests

Test: success. 11 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests

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.

1 participant