File tree Expand file tree Collapse file tree
BlockingCollectionExtensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
3131 - name : Restore
3232 run : dotnet restore BlockingCollectionExtensions.sln
3333
34- - name : Test
35- run : dotnet test BlockingCollectionExtensions.sln --configuration Release --no-restore
36-
3734 - name : Build net8.0
3835 run : dotnet build BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --framework net8.0 --no-restore
3936
4037 - name : Build netstandard2.1
4138 run : dotnet build BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --framework netstandard2.1 --no-restore
39+
40+ - name : Test
41+ run : dotnet test BlockingCollectionExtensions.sln --configuration Release --no-restore
4242
4343 - name : Pack
4444 run : dotnet pack BlockingCollectionExtensions/BlockingCollectionExtensions.csproj --configuration Release --no-build -p:EnablePackageValidation=true -o artifacts
Original file line number Diff line number Diff line change 1111 <PackageTags >blockingcollection;producer-consumer;collections;async;threading</PackageTags >
1212 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1313 <PackageIcon >favicon.png</PackageIcon >
14- <PackageVersion >7.0.0 </PackageVersion >
15- <Version >7.0.0 </Version >
14+ <PackageVersion >7.0.1 </PackageVersion >
15+ <Version >7.0.1 </Version >
1616 <TargetFrameworks >net8.0;netstandard2.1</TargetFrameworks >
1717 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1818 <IncludeSymbols >true</IncludeSymbols >
You can’t perform that action at this time.
0 commit comments