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

Remove CLI v1.x legacy code #608

Closed
wants to merge 5 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 5 additions & 8 deletions .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@ jobs:

steps:
- name: Checkout Meadow.Logging
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.Logging
path: Meadow.Logging
ref: develop

- name: Checkout Meadow.Units
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.Units
path: Meadow.Units
ref: develop

- name: Checkout Meadow.Contracts
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.Contracts
path: Meadow.Contracts
ref: develop

- name: Checkout Meadow.CLI
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: Meadow.CLI

Expand All @@ -45,11 +45,8 @@ jobs:
dotnet-version:
8.0.x

- name: Build CLI v1
run: dotnet build -c Release Meadow.CLI/MeadowCLI.sln

- name: Build CLI v2
run: dotnet build -c Release Meadow.CLI/Source/v2/Meadow.CLI.v2.sln
run: dotnet build -c Release Meadow.CLI/Source/Meadow.CLI.sln

- name: Unit Test CLI v2
run: dotnet test -c Release --no-build --no-restore --filter "FullyQualifiedName~.Unit.Tests" .\Meadow.CLI\Source\v2\Meadow.CLI.v2.sln
Expand Down
36 changes: 0 additions & 36 deletions .vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions .vscode/tasks.json

This file was deleted.

135 changes: 0 additions & 135 deletions CLICommands.md

This file was deleted.

33 changes: 0 additions & 33 deletions Meadow.CLI.Core/CloudServices/CloudServiceBase.cs

This file was deleted.

32 changes: 0 additions & 32 deletions Meadow.CLI.Core/CloudServices/CollectionService.cs

This file was deleted.

Loading
Loading