Skip to content

Commit

Permalink
add ci workflow to sln
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Dec 6, 2024
1 parent cce2ca5 commit 4c57ada
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions TryGet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{44E59233-CB97-4C80-AB9B-151962F6E6FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{6EF67C5E-2051-41F3-9343-7C0CC04EAC9C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -33,4 +40,8 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C968479E-6C6F-44E9-81E2-D6E3D5829C17}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{44E59233-CB97-4C80-AB9B-151962F6E6FC} = {805728BB-EF33-4985-881D-154E4ADB4F45}
{6EF67C5E-2051-41F3-9343-7C0CC04EAC9C} = {44E59233-CB97-4C80-AB9B-151962F6E6FC}
EndGlobalSection
EndGlobal

0 comments on commit 4c57ada

Please sign in to comment.