Skip to content

Commit

Permalink
Update azureprojectgenerator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madebygps authored Sep 4, 2024
1 parent d6fac55 commit 278aa05
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/azureprojectgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:
env:
AZURE_FUNCTIONAPP_NAME: azureprojectgenerator
AZURE_FUNCTIONAPP_PACKAGE_PATH: azure-project-generator/published
CONFIGURATION: Release
DOTNET_CORE_VERSION: 8.0.x
DOTNET_VERSION: 8.0.x
WORKING_DIRECTORY: azure-project-generator
DOTNET_CORE_VERSION_INPROC: 6.0.x

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -18,11 +17,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
- name: Setup .NET Core (for inproc extensions)
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.DOTNET_CORE_VERSION_INPROC }}
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Restore
run: dotnet restore "${{ env.WORKING_DIRECTORY }}"
- name: Build
Expand Down

0 comments on commit 278aa05

Please sign in to comment.