File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : Pack PostgresOutbox
3838 run : dotnet pack src/MassTransit.PostgresOutbox/MassTransit.PostgresOutbox.csproj --no-build --configuration Release --output ${{ env.OUTPUT_DIR }}
3939
40- - name : Pack SqliteOutbox
41- run : dotnet pack src/MassTransit.SqliteOutbox /MassTransit.SqliteOutbox .csproj --no-build --configuration Release --output ${{ env.OUTPUT_DIR }}
40+ - name : Pack SQLiteOutbox
41+ run : dotnet pack src/MassTransit.SQLiteOutbox /MassTransit.SQLiteOutbox .csproj --no-build --configuration Release --output ${{ env.OUTPUT_DIR }}
4242
4343 - name : Publish packages
4444 env :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ architectures.
1010| Package | Provider | Concurrency strategy |
1111| ----------------------------------------| ------------| -----------------------------|
1212| ` Pandatech.MassTransit.PostgresOutbox ` | PostgreSQL | ` FOR UPDATE SKIP LOCKED ` |
13- | ` Pandatech.MassTransit.SqliteOutbox ` | SQLite | Lease-based (` LeasedUntil ` ) |
13+ | ` Pandatech.MassTransit.SQLiteOutbox ` | SQLite | Lease-based (` LeasedUntil ` ) |
1414
1515Both packages are ** wire-compatible** — a service using PostgreSQL for its outbox can publish to a service using SQLite
1616for its inbox, and vice versa.
You can’t perform that action at this time.
0 commit comments