We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e670d71 commit 4f2b73aCopy full SHA for 4f2b73a
.github/workflows/build-and-test.yml
@@ -21,4 +21,4 @@ jobs:
21
- name: Build
22
run: dotnet build ./Light.TemporaryStreams.sln --configuration Release --no-restore
23
- name: Test
24
- run: dotnet test ./Light.TemporaryStreams.sln --no-build --no-restore --verbosity normal
+ run: dotnet test ./Light.TemporaryStreams.sln --configuration Release --no-build --no-restore --verbosity normal
0 commit comments