We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e201e commit 225aa12Copy full SHA for 225aa12
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet restore
32
33
- name: Build
34
- run: dotnet build EntityFrameworkCore.DataEncryption.sln --configuration Release -f net8.0 --no-restore
+ run: dotnet build SoftFluent.EntityFrameworkCore.DataEncryption.sln --configuration Release -f net8.0 --no-restore
35
36
- name: Run unit tests
37
run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings ./test/EntityFrameworkCore.DataEncryption.Test/runsettings.xml
0 commit comments