Skip to content

Commit ad9ba34

Browse files
committed
Added GitHub workflows solution
1 parent 58ccc78 commit ad9ba34

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

FSharp.Data.GraphQL.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
145145
RELEASE_NOTES.md = RELEASE_NOTES.md
146146
EndProjectSection
147147
EndProject
148+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{313AC7F5-4282-4779-8FEF-1536B4145860}"
149+
ProjectSection(SolutionItems) = preProject
150+
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
151+
.github\workflows\publish_ci.yml = .github\workflows\publish_ci.yml
152+
.github\workflows\publish_release.yml = .github\workflows\publish_release.yml
153+
EndProjectSection
154+
EndProject
148155
Global
149156
GlobalSection(SolutionConfigurationPlatforms) = preSolution
150157
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)