Skip to content

DYN-8977 Fix git actions #16260

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

Merged
merged 11 commits into from
Jun 3, 2025
Merged

DYN-8977 Fix git actions #16260

merged 11 commits into from
Jun 3, 2025

Conversation

pinzart90
Copy link
Contributor

@pinzart90 pinzart90 commented Jun 3, 2025

Purpose

Fix git actions

Declarations

Check these if you believe they are true

  • 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
  • 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
  • This PR introduces new feature code involve network connecting and is tested with no-network mode.

Release Notes

(FILL ME IN) Brief description of the fix / enhancement. Use N/A to indicate that the changes in this pull request do not apply to Release Notes. Mandatory section

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

@avidit avidit changed the title Update build_dynamo_all.yml DYN-8977 Update build_dynamo_all.yml Jun 3, 2025
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-8977

@pinzart90 pinzart90 changed the title DYN-8977 Update build_dynamo_all.yml DYN-8977 Fix git actions Jun 3, 2025
@@ -27,11 +27,11 @@ jobs:
uses: microsoft/setup-msbuild@v2
- name: Install dependencies for windows runtime
run: |
dotnet restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64 -p:DotNet=net8.0
Copy link
Member

@mjkkirschner mjkkirschner Jun 3, 2025

Choose a reason for hiding this comment

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

no memory of this - any idea what we were trying to accomplish with this?
by this I mean p:DotNet=net8.0

Copy link
Contributor

Choose a reason for hiding this comment

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

@zeusongit zeusongit merged commit 34b9cb3 into master Jun 3, 2025
25 of 31 checks passed
@zeusongit zeusongit deleted the github_actions_fix branch June 3, 2025 22:24
@zeusongit
Copy link
Contributor

Building dynamo locally now gives the following error:
Screenshot 2025-06-03 at 6 35 32 PM

@pinzart90
Copy link
Contributor Author

Building dynamo locally now gives the following error: Screenshot 2025-06-03 at 6 35 32 PM

Yeah, I forgot to mention that the fix is specific to the dotnet version in the git build machines. Maybe we can specify major.minor without patch in the global config.

@pinzart90
Copy link
Contributor Author

I am not able to look into it now. I would bet that the internal cicd jobs might fail too, if they do not have that specific version of s dotnet sdk

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.

4 participants