Skip to content

Commit 259df02

Browse files
committed
building with a net6.0 framework
1 parent 1dc0b72 commit 259df02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ steps:
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

0 commit comments

Comments
 (0)