Skip to content

Commit

Permalink
Update publish.yaml (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyelle authored Sep 20, 2024
1 parent d2eae35 commit c3168d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
inputs:
deploy-sdk:
type: boolean
description: Deploy components of the SDK (Compiler, Toolset, Sdk, ProjectTemplates)
description: Deploy components of the SDK (Compiler, Chr, Toolset, Sdk, ProjectTemplates)
deploy-repl:
type: boolean
description: Deploy components of the REPL (Compiler, Repl)
description: Deploy components of the REPL (Compiler, Chr, Repl)
deploy-langserver:
type: boolean
description: Deploy the language server (Compiler, LanguageServer, Lsp)
description: Deploy the language server (Compiler, Chr, LanguageServer, Lsp)
deploy-debugadapter:
type: boolean
description: Deploy the debug adapter (DebugAdapter, Dap)
Expand Down Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Package .NET portion
run: |
cd src
$sdkProjects = "Compiler", "Compiler.Toolset", "Sdk", "ProjectTemplates"
$replProjects = "Compiler", "Repl"
$langserverProjects = "Compiler", "LanguageServer", "Lsp", "JsonRpc"
$sdkProjects = "Compiler", "Compiler.Chr", "Compiler.Toolset", "Sdk", "ProjectTemplates"
$replProjects = "Compiler", "Compiler.Chr", "Repl"
$langserverProjects = "Compiler", "Compiler.Chr", "LanguageServer", "Lsp", "JsonRpc"
$debugadapterProjects = "DebugAdapter", "Dap", "JsonRpc"
$projects = @()
Expand Down

0 comments on commit c3168d1

Please sign in to comment.