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

Changes required to get F7 flashing without errors & debugging working. #603

Closed
wants to merge 3 commits into from
Closed
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
82 changes: 41 additions & 41 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Meadow.CLI Packaging
env:
CLI_RELEASE_VERSION_1: 1.9.4.0
CLI_RELEASE_VERSION_2: 2.0.17.0
CLI_RELEASE_VERSION_2: 2.0.61.0
IDE_TOOLS_RELEASE_VERSION: 1.9.4
MEADOW_OS_VERSION: 1.9.0.0
VS_MAC_2019_VERSION: 8.10
Expand All @@ -19,41 +19,41 @@ jobs:

steps:
- name: Checkout Meadow.CLI
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: main

- name: Checkout Meadow.Contracts side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.Contracts
path: Meadow.Contracts
ref: main

- name: Checkout Meadow.Logging side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.Logging
path: Meadow.Logging
ref: main

- name: Checkout Meadow.Units side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.Units
path: Meadow.Units
ref: main

- name: Setup .NET Core SDK 6.0.x, 7.0.x & 8.0.x
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v2

- if: ${{ github.event_name == 'workflow_dispatch' }}
name: Update CLI Version Numbers
Expand All @@ -79,7 +79,7 @@ jobs:
$newcontent | Set-Content main/Meadow.CLI.Core/Constants.cs

- name: Add MSBuild to Path
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Restore Classic dependencies
run: dotnet restore main/MeadowCLI.Classic.sln /p:Configuration=Release
Expand Down Expand Up @@ -134,39 +134,39 @@ jobs:

# steps:
# - name: Checkout Meadow.CLI.Core side-by-side
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# with:
# repository: WildernessLabs/Meadow.CLI
# path: Meadow.CLI

# - if: ${{ github.ref == 'refs/heads/main' }}
# name: Checkout Win Extension side-by-side
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# with:
# repository: WildernessLabs/VS_Win_Meadow_Extension
# path: vs-win
# ref: main

# - if: ${{ github.ref != 'refs/heads/main' }}
# name: Checkout Win Extension side-by-side
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# with:
# repository: WildernessLabs/VS_Win_Meadow_Extension
# path: vs-win

# - name: Setup .NET Core SDK 5.0.x, 6.0.x & 7.0.x
# uses: actions/setup-dotnet@v1
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: |
# 6.0.x
# 7.0.x
# 8.0.x

# - name: Setup NuGet
# uses: NuGet/setup-nuget@v1.0.5
# uses: NuGet/setup-nuget@v2

# - name: Add MSBuild to Path
# uses: microsoft/setup-msbuild@v1.1
# uses: microsoft/setup-msbuild@v2

# - if: ${{ github.event_name == 'workflow_dispatch' }}
# name: Update VS2019 Version Numbers
Expand Down Expand Up @@ -202,39 +202,39 @@ jobs:

steps:
- name: Checkout Meadow.CLI.Core side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.CLI
path: Meadow.CLI

- if: ${{ github.ref == 'refs/heads/main' }}
name: Checkout Win Extension side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/VS_Win_Meadow_Extension
path: vs-win
ref: main

- if: ${{ github.ref != 'refs/heads/main' }}
name: Checkout Win Extension side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/VS_Win_Meadow_Extension
path: vs-win

- name: Setup .NET Core SDK 6.0.x, 7.0.x, 8.0.x
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v2

- name: Add MSBuild to Path
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[17.0, 18.0)'

Expand Down Expand Up @@ -271,21 +271,21 @@ jobs:

# steps:
# - name: Checkout Meadow.CLI.Core side-by-side
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# with:
# path: Meadow.CLI

# - if: ${{ github.ref == 'refs/heads/main' }}
# name: Checkout Mac Extension side-by-side
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# with:
# repository: WildernessLabs/VS_Mac_Meadow_Extension
# path: vs-mac
# ref: main

# - if: ${{ github.ref != 'refs/heads/main' }}
# name: Checkout Mac Extension side-by-side
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# with:
# repository: WildernessLabs/VS_Mac_Meadow_Extension
# path: vs-mac
Expand All @@ -297,15 +297,15 @@ jobs:
# sudo xcode-select -s $XCODE_ROOT

# - name: Setup .NET Core SDK 5.0.x, 6.0.x & 7.0.x
# uses: actions/setup-dotnet@v1
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: |
# 6.0.x
# 7.0.x
# 8.0.x

# - name: Setup NuGet
# uses: NuGet/setup-nuget@v1.0.5
# uses: NuGet/setup-nuget@v2

# - name: Work around so that VS2019 is picked up.
# run: |
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
#- if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
# name: Get Commit Messages
# id: commit_messages
# uses: actions/github-script@v6
# uses: actions/github-script@v7
# with:
# github-token: ${{ secrets.MEADOW_MAC_TOKEN }}
# script: |
Expand Down Expand Up @@ -391,35 +391,35 @@ jobs:

steps:
- name: Checkout Meadow.CLI.Core side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: Meadow.CLI

- if: ${{ github.ref == 'refs/heads/main' }}
name: Checkout Mac Extension side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/VS_Mac_Meadow_Extension
path: vs-mac
ref: main

- if: ${{ github.ref != 'refs/heads/main' }}
name: Checkout Mac Extension side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/VS_Mac_Meadow_Extension
path: vs-mac

- name: Setup .NET Core SDK 6.0.x, 7.0.x & 8.0.x
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v2

- if: ${{ github.event_name == 'workflow_dispatch' }}
name: Update VS2022 Version Numbers
Expand All @@ -443,7 +443,7 @@ jobs:
- if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
name: Get Commit Messages
id: commit_messages
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.MEADOW_MAC_TOKEN }}
script: |
Expand Down Expand Up @@ -500,13 +500,13 @@ jobs:

steps:
- name: Checkout Meadow.CLI.Core side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: Meadow.CLI

- if: ${{ github.ref == 'refs/heads/main' }}
name: Checkout VSCode Extension side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/VSCode_Meadow_Extension
path: vs-code
Expand All @@ -515,27 +515,27 @@ jobs:

- if: ${{ github.ref != 'refs/heads/main' }}
name: Checkout VSCode Extension side-by-side
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: WildernessLabs/VSCode_Meadow_Extension
path: vs-code
submodules: true

- name: Setup .NET Core SDK 6.0.x, 7.0.x & 8.0.x
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x

- name: Setup Nuget
uses: Nuget/setup-nuget@v1.0.5
uses: Nuget/setup-nuget@v2

- name: Setup Node.js 16
uses: actions/setup-node@v2
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Install NPM
run: |
Expand All @@ -548,7 +548,7 @@ jobs:
npm i -g @vscode/vsce

- name: Add MSBuild to Path
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- if: ${{ github.event_name == 'workflow_dispatch' }}
name: Update VSCode Version Numbers
Expand Down
Loading
Loading