Skip to content

Commit

Permalink
Add CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Oct 14, 2024
1 parent ce67907 commit 7fa9109
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/net80-pluggable-agent-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Net80PluggableAgent.CI

on:
workflow_dispatch:
pull_request:
push:

jobs:
ContinuousIntegration:
uses: TestCentric/TestCentric.Workflows/.github/workflows/testcentric-ci.yml@main
secrets: inherit
14 changes: 14 additions & 0 deletions net80-pluggable-agent.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspnetcore-test", "src\aspn
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "windows-forms-test", "src\windows-forms-test\windows-forms-test.csproj", "{91C5D6AA-B41C-490A-8CC5-9E015A73A122}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{20A25A9A-F7CD-489E-AD07-092FFE54EB91}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{3277ACE7-4CC3-49E8-9867-4989D7CB7A5A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\net80-pluggable-agent-ci.yml = .github\workflows\net80-pluggable-agent-ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -117,6 +127,10 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{20A25A9A-F7CD-489E-AD07-092FFE54EB91} = {49BC1DFB-828F-49F4-B2B4-752AB470481D}
{3277ACE7-4CC3-49E8-9867-4989D7CB7A5A} = {20A25A9A-F7CD-489E-AD07-092FFE54EB91}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAB7BD1E-1034-47CD-AA8E-FD4AC034193B}
EndGlobalSection
Expand Down

0 comments on commit 7fa9109

Please sign in to comment.