File tree Expand file tree Collapse file tree
src/RabbitMQ.EventBus.AspNetCore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 tags :
66 - v*
77
8-
98jobs :
109 build :
1110
3534 run : dotnet nuget push artifacts/*.symbols.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
3635 - name : Add Source Github NuGet
3736 run : dotnet nuget add source --username ojdev --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/OWNER/index.json"
38- - name : Publish Symbols to Github NuGet
39- run : dotnet nuget push artifacts/*.symbols.nupkg --api-key ${{secrets.RABBITMQ_GNUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
4037
Original file line number Diff line number Diff line change 1- namespace System ;
1+ namespace RabbitMQ . EventBus . AspNetCore . Extensions ;
22
33/// <summary>
44///
Original file line number Diff line number Diff line change 1- namespace RabbitMQ . Client ;
1+ namespace RabbitMQ . EventBus . AspNetCore . Extensions ;
22/// <summary>
33///
44/// </summary>
Original file line number Diff line number Diff line change 1010global using RabbitMQ . EventBus . AspNetCore . Attributes ;
1111global using RabbitMQ . EventBus . AspNetCore . Configurations ;
1212global using RabbitMQ . EventBus . AspNetCore . Events ;
13+ global using RabbitMQ . EventBus . AspNetCore . Extensions ;
1314global using RabbitMQ . EventBus . AspNetCore . Factories ;
1415global using RabbitMQ . EventBus . AspNetCore . Modules ;
1516global using System ;
You can’t perform that action at this time.
0 commit comments