Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Oct 18, 2023
1 parent 89f4481 commit 08af817
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/all_solutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 08af817

Please sign in to comment.