Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianney de Bellabre committed Jun 24, 2024
1 parent 64b6493 commit e4a24c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 31 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/05-publish-vsix.yml

This file was deleted.

9 changes: 9 additions & 0 deletions ToolOnly.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"solution": {
"path": "ecoCode-csharp.sln",
"projects": [
"src\\EcoCode.Core\\EcoCode.Core.csproj",
"src\\EcoCode.Tool\\EcoCode.Tool.csproj"
]
}
}
3 changes: 2 additions & 1 deletion ecoCode-csharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Filters", "Filters", "{2750
ProjectSection(SolutionItems) = preProject
NuGetOnly.slnf = NuGetOnly.slnf
TestsOnly.slnf = TestsOnly.slnf
ToolOnly.slnf = ToolOnly.slnf
VsixOnly.slnf = VsixOnly.slnf
EndProjectSection
EndProject
Expand Down Expand Up @@ -89,7 +90,7 @@ Global
{375CBD0D-5754-352F-9D9D-ED72E2F1B0ED} = {089100B1-113F-4E66-888A-E83F3999EAFD}
EndGlobalSection
EndGlobal
{27501C7C-A65B-40A8-464F-F047BAFE6F81} = {089100B1-113F-4E66-888A-E83F3999EAFD}
FE6F81} = {089100B1-113F-4E66-888A-E83F3999EAFD}
{375CBD0D-5754-352F-9D9D-ED72E2F1B0ED} = {089100B1-113F-4E66-888A-E83F3999EAFD}
EndGlobalSection
EndGlobal

0 comments on commit e4a24c1

Please sign in to comment.