File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
1010# Build solution
1111- script : |
12- dotnet build EntityFrameworkCore.DataEncryption.sln --configuration Release -f net5
12+ dotnet build EntityFrameworkCore.DataEncryption.sln --configuration Release -f net6.0
1313 displayName : ' Build'
1414
1515# Test solution
1616- script : |
17- dotnet test EntityFrameworkCore.DataEncryption.sln --configuration Release /p:CollectCoverage=true /p:Exclude="[xunit*]*" /p:CoverletOutputFormat=opencover /p:CoverletOutput="../TestResults/TestResults.xml" /maxcpucount:1 -f net5
17+ dotnet test EntityFrameworkCore.DataEncryption.sln --configuration Release /p:CollectCoverage=true /p:Exclude="[xunit*]*" /p:CoverletOutputFormat=opencover /p:CoverletOutput="../TestResults/TestResults.xml" /maxcpucount:1 -f net6.0
1818 displayName : ' Test'
1919
2020# Upload coverage
You can’t perform that action at this time.
0 commit comments