diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69a66a9..d175a21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: name: test-results-${{ matrix.os }} path: TestResults/*.trx - name: Install ReportGenerator - run: dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.3.6 + run: dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.3.11 - name: Merge code coverage files run: reportgenerator "-reports:${{ github.workspace }}/**/*.cobertura.xml" "-targetdir:${{ github.workspace }}/report" "-reporttypes:Cobertura" "-filefilters:-*GenerationContext*.g.cs" - name: Publish code coverage results diff --git a/.pipelines/templates/build-nuget.yaml b/.pipelines/templates/build-nuget.yaml index cb3c726..8596387 100644 --- a/.pipelines/templates/build-nuget.yaml +++ b/.pipelines/templates/build-nuget.yaml @@ -66,7 +66,7 @@ steps: inputs: command: custom custom: tool - arguments: 'install --global dotnet-reportgenerator-globaltool --version 5.3.6' + arguments: 'install --global dotnet-reportgenerator-globaltool --version 5.3.11' - script: reportgenerator "-reports:$(Build.SourcesDirectory)/**/*.cobertura.xml" "-targetdir:$(Build.SourcesDirectory)/report" "-reporttypes:Cobertura" "-filefilters:-*GenerationContext*.g.cs" displayName: Merge code coverage files - task: PublishCodeCoverageResults@1 diff --git a/Directory.Build.props b/Directory.Build.props index 88f221c..fd208ea 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -35,7 +35,7 @@ all - 3.6.141 + 3.6.146 \ No newline at end of file diff --git a/MSStore.API/MSStore.API.csproj b/MSStore.API/MSStore.API.csproj index 627893e..713258d 100644 --- a/MSStore.API/MSStore.API.csproj +++ b/MSStore.API/MSStore.API.csproj @@ -22,9 +22,9 @@ - - - + + + diff --git a/MSStore.CLI.UnitTests/MSStore.CLI.UnitTests.csproj b/MSStore.CLI.UnitTests/MSStore.CLI.UnitTests.csproj index 9908160..5129c59 100644 --- a/MSStore.CLI.UnitTests/MSStore.CLI.UnitTests.csproj +++ b/MSStore.CLI.UnitTests/MSStore.CLI.UnitTests.csproj @@ -10,8 +10,8 @@ - - + + @@ -34,4 +34,31 @@ + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + diff --git a/MSStore.CLI/MSStore.CLI.csproj b/MSStore.CLI/MSStore.CLI.csproj index 7665a6e..93c2d18 100644 --- a/MSStore.CLI/MSStore.CLI.csproj +++ b/MSStore.CLI/MSStore.CLI.csproj @@ -29,15 +29,15 @@ - + - - + + - - - - + + + +