File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
src/Function.SDK.CSharp.SourceGenerator Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 4141 run : dotnet build -c Release -p:Version=${{ (steps.semantic.outputs.new_release_published && steps.semantic.outputs.new_release_version) || '0.0.1' }}
4242
4343 - name : .NET Test
44- run : dotnet test -c Release --collect:"XPlat Code Coverage" --logger "trx;LogFileName=test-results.trx"
45-
46- - name : .NET Test SDK
47- working-directory : tests/Function.SDK.CSharp.Tests
48- run : dotnet run -c Release -- --report-xunit-trx --report-xunit-trx-filename test-results.trx --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml
49-
50- - name : .NET Test Sample
51- working-directory : tests/Function.SDK.CSharp.Sample.Tests
52- run : dotnet run -c Release -- --report-xunit-trx --report-xunit-trx-filename test-results.trx --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml
44+ run : dotnet test -c Release -- --report-xunit-trx --report-xunit-trx-filename test-results.trx --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml
5345
5446 - name : Coverage
5547 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 7070 <PackageReference Include =" YamlDotNet.System.Text.Json" Version =" 1.6.6" GeneratePathProperty =" true" PrivateAssets =" all" />
7171 <None Include =" $(PKGYamlDotNet_System_Text_Json)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
7272
73- <PackageReference Include =" Microsoft.OpenApi" Version =" 2.3.1 " GeneratePathProperty =" true" PrivateAssets =" all" />
73+ <PackageReference Include =" Microsoft.OpenApi" Version =" 2.3.2 " GeneratePathProperty =" true" PrivateAssets =" all" />
7474 <None Include =" $(PKGMicrosoft_OpenApi)\lib\netstandard2.0\*.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
7575
7676 <PackageReference Include =" Humanizer.Core" Version =" 2.14.1" GeneratePathProperty =" true" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments