File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/PostalCodes.UnitTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
- name : Build with dotnet
24
24
run : dotnet build --configuration Release /p:ContinuousIntegrationBuild=true
25
25
- name : Test
26
- run : dotnet test src/PostalCodes.UnitTests/PostalCodes.UnitTests.csproj
26
+ run : dotnet test src/PostalCodes.UnitTests/PostalCodes.UnitTests.csproj -f ${{ matrix.dotnet }}
27
27
- name : Create nuget package
28
28
run : dotnet pack . -p:PackageVersion=0.0.1-alpha -o out --no-build
29
29
- name : Install dotnet-validate
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netcoreapp2.1 ;net6.0;net8.0</TargetFrameworks >
3
+ <TargetFrameworks >netcoreapp2.2 ;net6.0;net8.0</TargetFrameworks >
4
4
</PropertyGroup >
5
5
<ItemGroup >
6
6
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
You can’t perform that action at this time.
0 commit comments