Skip to content

Commit 1b87bc9

Browse files
authored
Merge branch 'master' into codex-release-workflow-test
2 parents 538e130 + 37a0099 commit 1b87bc9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

BlockingCollectionExtensions/BlockingCollectionExtensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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>

0 commit comments

Comments
 (0)