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

Move to VS2022 #13668

Merged
merged 3 commits into from
Jan 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dynamoMSbuild.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Build Dynamo using latest VS and DotNET
name: Dynamo-VS2019Build
name: Dynamo-VS2022Build
on: [push,pull_request]
jobs:
build:
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout Dynamo Repo
uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Build Dynamo with MSBuild
run: |
echo "***Continue with the build, Good luck developer!***"
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64"
.\MSBuild.exe $Env:GITHUB_WORKSPACE\Dynamo\src\Dynamo.All.sln
# look for Dynamo
- name: Navigate to Dynamo Folder
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dynamo

![mono_build](https://github.com/DynamoDS/Dynamo/workflows/mono_build/badge.svg)
![Dynamo-VS2019Build](https://github.com/DynamoDS/Dynamo/workflows/Dynamo-VS2019Build/badge.svg)
![Dynamo-VS2022Build](https://github.com/DynamoDS/Dynamo/workflows/Dynamo-VS2022Build/badge.svg)

[![Nuget](https://img.shields.io/nuget/v/DynamoVisualProgramming.Core?logo=nuget)](https://www.nuget.org/packages/DynamoVisualProgramming.Core)
[![DynamoVisualProgramming.Core on fuget.org](https://www.fuget.org/packages/DynamoVisualProgramming.Core/badge.svg)](https://www.fuget.org/packages/DynamoVisualProgramming.Core)
Expand Down Expand Up @@ -30,8 +30,8 @@ You can learn more about developing libraries for Dynamo on the [Dynamo wiki](ht

You will need the following to build the latest Dynamo on Windows:

- [Microsoft Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) (any edition)
- Microsoft .NET Framework 4.8 (included with Visual Studio 2019)
- [Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) (any edition)
- Microsoft .NET Framework 4.8 (included with Visual Studio 2022)
- Node.js v16 and npm v8
- - [Download](https://nodejs.org/en/download/) and install the latest LTS version of Node.js
- - Open up your Command Prompt and check you have successfully installed Node by inputting `node -v`. If you have Node installed, it will tell you the version.
Expand Down