Skip to content

Commit

Permalink
Merge branch 'zarusz:master' into feature/inject-consumer-context-and…
Browse files Browse the repository at this point in the history
…-cancellation-token-into-handler
  • Loading branch information
EtherZa authored Mar 31, 2024
2 parents 7af0914 + af0ea80 commit 6f7f12f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ name: build
on:
push:
branches: ["master", "release/*", "feature/*"]
pull_request:
pull_request_target:
branches: ["master"]
workflow_dispatch:
branches: ["master", "release/*", "feature/*"]

permissions:
contents: read

env:
SOLUTION_NAME: SlimMessageBus.sln
SOLUTION_CONFIGURATION: Release
Expand Down Expand Up @@ -66,7 +69,7 @@ jobs:
# Run integration tests against the test infrastructure if secrets are provided

- name: Integrations Tests
if: "${{ env.azure_servicebus_key != '' }}"
#if: "${{ env.azure_servicebus_key != '' }}"
run: dotnet test $SOLUTION_NAME --configuration $SOLUTION_CONFIGURATION --no-build --verbosity normal --logger html --results-directory TestResults --collect:"XPlat Code Coverage;Format=opencover" --filter Category=Integration
working-directory: ./src
env:
Expand Down
1 change: 1 addition & 0 deletions build/tasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $projects = @(
"SlimMessageBus.Host.Mqtt",
"SlimMessageBus.Host.RabbitMQ",
"SlimMessageBus.Host.Sql",
"SlimMessageBus.Host.Sql.Common",

"SlimMessageBus.Host.FluentValidation",

Expand Down
2 changes: 1 addition & 1 deletion src/Host.Plugin.Properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<Version>2.3.0-rc3</Version>
<Version>2.3.0-rc4</Version>
</PropertyGroup>

</Project>

0 comments on commit 6f7f12f

Please sign in to comment.