From 08af81789e5b8df0539099e99a39375b1ae3c284 Mon Sep 17 00:00:00 2001 From: Marty Tippin <120425148+tippmar-nr@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:23:08 -0500 Subject: [PATCH] More cleanup --- .github/workflows/all_solutions.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/all_solutions.yml b/.github/workflows/all_solutions.yml index 7bdb2c0006..3ef4077263 100644 --- a/.github/workflows/all_solutions.yml +++ b/.github/workflows/all_solutions.yml @@ -59,6 +59,7 @@ jobs: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c # v1.3.1 + - name: Build FullAgent.sln run: | Write-Host "List NuGet Sources" @@ -73,14 +74,6 @@ jobs: $agentVersion = (Get-Item "${{ github.workspace }}\src\_build\AnyCPU-Release\NewRelic.Agent.Core\net462\NewRelic.Agent.Core.dll").VersionInfo.FileVersion echo "version=$agentVersion" >> $env:GITHUB_OUTPUT shell: powershell - - name: Archive Extensions/Providers DLLs - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 - with: - name: Providers - path: | - ${{ github.workspace }}\src\Agent\NewRelic\Agent\Extensions\Providers\**\NewRelic.Providers.*.dll - ${{ github.workspace }}\src\Agent\NewRelic\Agent\Extensions\Providers\**\*.xml - if-no-files-found: error - name: Archive NewRelic.Agent.Extensions uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3