Skip to content

Commit 927c0f0

Browse files
committed
Update dotnet-core.yml
1 parent 2fbe312 commit 927c0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Test
3232
working-directory: ./src
3333
run: |
34-
dotnet test --configuration Release --no-restore -no-build --verbosity normal
34+
dotnet test --configuration Release --no-restore --no-build --verbosity normal
3535
- name: Build project and generate NuGet package
3636
run: |
3737
dotnet pack --configuration Release --output $GITHUB_WORKSPACE/out src/Nager.Country/Nager.Country.csproj

0 commit comments

Comments
 (0)