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 add3421 commit 2437cecCopy full SHA for 2437cec
.github/workflows/build.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Install dependencies
21
run: dotnet restore
22
- name: Build
23
- run: dotnet build --source src/ENTCORE.Encrypt --configuration Release --no-restore
+ run: dotnet build --configuration Release --no-restore
24
- name: Test
25
- run: dotnet test --source src/ENTCORE.Encrypt.Tests --no-restore --verbosity normal
+ run: dotnet test --no-restore --verbosity normal
0 commit comments