Skip to content

Commit

Permalink
Update publish.yaml (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 authored Sep 20, 2024
1 parent c3168d1 commit 374782c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Package .NET portion
run: |
cd src
$sdkProjects = "Compiler", "Compiler.Chr", "Compiler.Toolset", "Sdk", "ProjectTemplates"
$replProjects = "Compiler", "Compiler.Chr", "Repl"
$langserverProjects = "Compiler", "Compiler.Chr", "LanguageServer", "Lsp", "JsonRpc"
$sdkProjects = "Compiler", "Chr", "Compiler.Toolset", "Sdk", "ProjectTemplates"
$replProjects = "Compiler", "Chr", "Repl"
$langserverProjects = "Compiler", "Chr", "LanguageServer", "Lsp", "JsonRpc"
$debugadapterProjects = "DebugAdapter", "Dap", "JsonRpc"
$projects = @()
Expand Down

0 comments on commit 374782c

Please sign in to comment.