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 1919 - name : Build with dotnet
2020 run : dotnet build --configuration Release src/RabbitMQ.EventBus.AspNetCore
2121 - name : Pack
22- run : dotnet pack src/RabbitMQ.EventBus.AspNetCore -c Release --include-symbols --include-source -o artifacts/
22+ run : dotnet pack src/RabbitMQ.EventBus.AspNetCore -c Release --include-symbols --include-source -p:PackageVersion=3.1.$GITHUB_RUN_NUMBER -o artifacts/
2323 - name : Publish Symbols to NuGet
2424 run : dotnet nuget push artifacts/*.symbols.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 2222
2323 <ItemGroup >
2424 <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.2.0" />
25- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.3 " />
26- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 3.1.3 " />
27- <PackageReference Include =" Polly" Version =" 7.2.0 " />
28- <PackageReference Include =" RabbitMQ.Client" Version =" 6.0 .0" />
29- <PackageReference Include =" System.Text.Json" Version =" 4.7.1 " />
25+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.5 " />
26+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 3.1.5 " />
27+ <PackageReference Include =" Polly" Version =" 7.2.1 " />
28+ <PackageReference Include =" RabbitMQ.Client" Version =" 6.1 .0" />
29+ <PackageReference Include =" System.Text.Json" Version =" 4.7.2 " />
3030 </ItemGroup >
3131
3232 <ItemGroup >
You can’t perform that action at this time.
0 commit comments