1 parent 445fd1b commit 567fe0fCopy full SHA for 567fe0f
2 files changed
.github/workflows/publish-nuget.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Build
25
run: dotnet build src/XpressData.slnx -c Release --no-restore
26
27
- - name: Test
28
- # Exclude performance and benchmark tests from the test run
+ - name: Test
+ # Exclude performance, benchmark and integration tests from the test run
29
run: dotnet test src/XpressData.slnx -c Release --no-build --filter "Category!=Performance&Category!=Benchmark&&Category!=Integration"
30
31
- name: Pack
src/XpressData/XpressData.csproj
@@ -20,7 +20,7 @@
20
<!-- NuGet version -->
21
<!--<Version>0.1.0</Version>-->
22
<VersionPrefix>0.3.0</VersionPrefix>
23
- <VersionSuffix>beta.1</VersionSuffix>
+ <VersionSuffix>beta.2</VersionSuffix>
<!-- Assembly versions -->
<AssemblyVersion>0.3.0.0</AssemblyVersion>
0 commit comments