diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 35ac99a4..458381bc 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -38,7 +38,7 @@ jobs: dotnet-version: 8.x - name: Setup NuGet - uses: nuget/setup-nuget@v1 + uses: nuget/setup-nuget@v2 - name: Restore dependencies run: dotnet restore @@ -67,6 +67,9 @@ jobs: - name: Pack Analyzer.TemplateProcessing run: nuget pack Analyzer.TemplateProcessing.NuGet/Analyzer.TemplateProcessing.nuspec -Version ${{ steps.get-version.outputs.result }} -Properties configuration=${{ env.Configuration }} + - name: pack Analyzer.Reports + run: nuget pack Analyzer.Reports.NuGet/Analyzer.Reports.nuspec -Version ${{ steps.get-version.outputs.result }} -Properties configuration=${{ env.Configuration }} + - name: (dotnet) Publish CLI run: dotnet publish Analyzer.Cli/Analyzer.Cli.csproj --configuration ${{ env.Configuration }} --runtime ${{ matrix.runtimeId }} --self-contained /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true /p:DebugType=None /p:DebugSymbols=false diff --git a/src/Analyzer.Reports.NuGet/Analyzer.Reports.nuspec b/src/Analyzer.Reports.NuGet/Analyzer.Reports.nuspec new file mode 100644 index 00000000..4c2dad80 --- /dev/null +++ b/src/Analyzer.Reports.NuGet/Analyzer.Reports.nuspec @@ -0,0 +1,26 @@ + + + + Azure.Templates.Analyzer.Reports + $version$ + Microsoft + Template analyzer output report generator supporting SARIF and console. + © Microsoft Corporation. All rights reserved. + MIT + https://github.com/Azure/template-analyzer + arm bicep azure template analyzer scanner deployment security sarif report + + + + + + + + + + + + + + + \ No newline at end of file