Skip to content

Commit

Permalink
Unify TestSolution
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 committed Jan 23, 2022
1 parent b48bb58 commit d8f0f78
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}
- uses: ./
with:
solutionPath: TestSolutions/TestSolution${{ matrix.dotnet-version }}/TestSolution${{ matrix.dotnet-version }}.sln
solutionPath: TestSolution/TestSolution.sln
failOnIssue: '0'
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>

</Project>
File renamed without changes.
18 changes: 0 additions & 18 deletions TestSolutions/TestSolution3.1/TestConsoleApp/Program.cs

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions TestSolutions/TestSolution5.0/TestSolution5.0.sln

This file was deleted.

0 comments on commit d8f0f78

Please sign in to comment.