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 2fbe312 commit 927c0f0Copy full SHA for 927c0f0
.github/workflows/dotnet-core.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Test
32
working-directory: ./src
33
run: |
34
- dotnet test --configuration Release --no-restore -no-build --verbosity normal
+ dotnet test --configuration Release --no-restore --no-build --verbosity normal
35
- name: Build project and generate NuGet package
36
37
dotnet pack --configuration Release --output $GITHUB_WORKSPACE/out src/Nager.Country/Nager.Country.csproj
0 commit comments