Skip to content

Commit

Permalink
chore: Included .NET setup in site extension bundle job
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <maurice@mauricerickard.com>
  • Loading branch information
mrickard committed Aug 30, 2024
1 parent db67d36 commit 69bc4d3
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/azure-site-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,21 @@ env:
SPEC_FILE_TEMPLATE: 'NewRelic.Azure.WebSites.Extension.NodeAgent.nuspec'

jobs:
setup_tools:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Setup dotnet '6.0.x'
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Display dotnet version
run: dotnet --version
- name: Display NuGet version
run: nuget ?

create_extension_bundle:
runs-on: windows-latest
needs:
- setup_tools

strategy:
matrix:
node-version: ['lts/*']

steps:
- uses: actions/checkout@v4

- name: Setup dotnet '6.0.x'
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 69bc4d3

Please sign in to comment.