Skip to content

Commit

Permalink
Merge pull request #60 from TestCentric/issue-59
Browse files Browse the repository at this point in the history
Add CI Workflow and update references
  • Loading branch information
CharliePoole authored Oct 14, 2024
2 parents ae612ef + 839af49 commit f6bb45a
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 30 deletions.
21 changes: 0 additions & 21 deletions .github/dependabot.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/net70-pluggable-agent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Net70PluggableAgent.CI

on:
workflow_dispatch:
pull_request:
push:

jobs:
ContinuousIntegration:
uses: TestCentric/TestCentric.Workflows/.github/workflows/testcentric-ci.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Load the recipe
#load nuget:?package=TestCentric.Cake.Recipe&version=1.3.2
#load nuget:?package=TestCentric.Cake.Recipe&version=1.3.3
// Comment out above line and uncomment below for local tests of recipe changes
//#load ../TestCentric.Cake.Recipe/recipe/*.cake

Expand Down
11 changes: 11 additions & 0 deletions net70-pluggable-agent.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aspnetcore-test", "src\aspn
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mock-assembly", "src\mock-assembly\mock-assembly.csproj", "{519B3C32-78B4-4DBF-91B0-6BBA71292A15}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{CE149EDE-2DB0-4F6F-BAE4-B0B3D9915B5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{88E0AF44-EC92-449F-8A88-2118CF3F2431}"
ProjectSection(SolutionItems) = preProject
.github\workflows\net70-pluggable-agent.yml = .github\workflows\net70-pluggable-agent.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -117,6 +124,10 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CE149EDE-2DB0-4F6F-BAE4-B0B3D9915B5E} = {49BC1DFB-828F-49F4-B2B4-752AB470481D}
{88E0AF44-EC92-449F-8A88-2118CF3F2431} = {CE149EDE-2DB0-4F6F-BAE4-B0B3D9915B5E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAB7BD1E-1034-47CD-AA8E-FD4AC034193B}
EndGlobalSection
Expand Down
10 changes: 5 additions & 5 deletions src/agent-exe/net70-agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TestCentric.Agent.Core" Version="2.1.0-dev00007" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00017" />
<PackageReference Include="TestCentric.Extensibility" Version="3.0.0" />
<PackageReference Include="TestCentric.Metadata" Version="3.0.2" />
<PackageReference Include="TestCentric.Agent.Core" Version="2.1.0" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-beta6" />
<PackageReference Include="TestCentric.Extensibility" Version="3.0.2" />
<PackageReference Include="TestCentric.Metadata" Version="3.0.3" />
<PackageReference Include="TestCentric.InternalTrace" Version="1.2.1" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/launcher/net70-agent-launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="TestCentric.Extensibility.Api" Version="3.0.0" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00017" />
<PackageReference Include="TestCentric.Extensibility.Api" Version="3.0.2" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-beta6" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/tests/net70-agent-launcher.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnitLite" Version="4.1.0" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-dev00017" />
<PackageReference Include="TestCentric.Engine.Api" Version="2.0.0-beta6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f6bb45a

Please sign in to comment.