Skip to content

Commit

Permalink
Merge branch 'preview' into feature/676-fix-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KinsonDigitalAdmin authored Aug 17, 2023
2 parents f58beb3 + c362272 commit 8ede255
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/add-new-item-to-project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: 🤖Add New Issue To Project


defaults:
run:
shell: pwsh


on:
pull_request:
types: opened
Expand Down
4 changes: 2 additions & 2 deletions Testing/VelaptorTests/VelaptorTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -135,7 +135,7 @@
</PackageReference>
<PackageReference Include="System.IO.Abstractions" Version="19.2.51" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Velaptor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VelaptorTests", "Testing\Ve
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{CE2DE8AE-0037-4159-AE95-14D261BF9122}"
ProjectSection(SolutionItems) = preProject
.github\workflows\add-new-issue-to-project.yml = .github\workflows\add-new-issue-to-project.yml
.github\workflows\build-status-check.yml = .github\workflows\build-status-check.yml
.github\workflows\prepare-release.yml = .github\workflows\prepare-release.yml
.github\workflows\release.yml = .github\workflows\release.yml
Expand All @@ -39,6 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{
.github\workflows\sync-status-check.yml = .github\workflows\sync-status-check.yml
.github\workflows\triage-issue.yml = .github\workflows\triage-issue.yml
.github\workflows\unit-test-status-check.yml = .github\workflows\unit-test-status-check.yml
.github\workflows\add-new-item-to-project.yml = .github\workflows\add-new-item-to-project.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeasureTextPerf", "Performance\MeasureTextPerf\MeasureTextPerf.csproj", "{8690A40A-D3B2-488B-92B6-5771C21010E0}"
Expand Down

0 comments on commit 8ede255

Please sign in to comment.