Skip to content

Commit

Permalink
Bump to .61 version, and bump action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Nov 4, 2024
1 parent d26a68e commit 45cc74c
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 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,22 +515,22 @@ 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
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

0 comments on commit 45cc74c

Please sign in to comment.