We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c81a0 commit 1501f20Copy full SHA for 1501f20
1 file changed
.github/workflows/10-dotnet.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build
43
run: dotnet build --no-restore
44
- name: Test
45
- run: dotnet test --configuration Release --no-build --verbosity normal
+ run: dotnet test --no-build --verbosity normal
46
47
- name: dotnet publish
48
run: dotnet publish src/dotnet-sample.csproj -c Release -o ./webapp
0 commit comments