Skip to content

Commit acc1a52

Browse files
committed
Merge branch 'alpha' of https://github.com/IvanJosipovic/function-sdk-csharp into alpha
2 parents 4040fbb + c4f9c67 commit acc1a52

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,7 @@ jobs:
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

src/Function.SDK.CSharp.SourceGenerator/Function.SDK.CSharp.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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" />

0 commit comments

Comments
 (0)