We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759a0b1 commit 6780409Copy full SHA for 6780409
1 file changed
.github/workflows/ci.yml
@@ -30,8 +30,5 @@ jobs:
30
- name: Build netstandard2.1
31
run: dotnet build BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --framework netstandard2.1 --no-restore
32
33
- - name: Test
34
- run: dotnet test BlockingCollectionsExtensions.Unit.Tests/BlockingCollectionsExtensions.Unit.Tests.csproj --configuration Release --no-build --framework net8.0
35
-
36
- name: Pack
37
run: dotnet pack BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --no-build -p:EnablePackageValidation=true -o artifacts
0 commit comments