Skip to content

Commit 2437cec

Browse files
authored
Update build.yml
1 parent add3421 commit 2437cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build
23-
run: dotnet build --source src/ENTCORE.Encrypt --configuration Release --no-restore
23+
run: dotnet build --configuration Release --no-restore
2424
- name: Test
25-
run: dotnet test --source src/ENTCORE.Encrypt.Tests --no-restore --verbosity normal
25+
run: dotnet test --no-restore --verbosity normal

0 commit comments

Comments
 (0)