Skip to content

Commit 567fe0f

Browse files
committed
Update test filters and bump NuGet prerelease version
Exclude integration tests in CI test run. Bump NuGet version suffix from beta.1 to beta.2 in XpressData.csproj for new prerelease.
1 parent 445fd1b commit 567fe0f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Build
2525
run: dotnet build src/XpressData.slnx -c Release --no-restore
2626

27-
- name: Test
28-
# Exclude performance and benchmark tests from the test run
27+
- name: Test
28+
# Exclude performance, benchmark and integration tests from the test run
2929
run: dotnet test src/XpressData.slnx -c Release --no-build --filter "Category!=Performance&Category!=Benchmark&&Category!=Integration"
3030

3131
- name: Pack

src/XpressData/XpressData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- NuGet version -->
2121
<!--<Version>0.1.0</Version>-->
2222
<VersionPrefix>0.3.0</VersionPrefix>
23-
<VersionSuffix>beta.1</VersionSuffix>
23+
<VersionSuffix>beta.2</VersionSuffix>
2424

2525
<!-- Assembly versions -->
2626
<AssemblyVersion>0.3.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)