Skip to content

Commit 278aa05

Browse files
authored
Update azureprojectgenerator.yml
1 parent d6fac55 commit 278aa05

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/azureprojectgenerator.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ on:
66
env:
77
AZURE_FUNCTIONAPP_NAME: azureprojectgenerator
88
AZURE_FUNCTIONAPP_PACKAGE_PATH: azure-project-generator/published
9-
CONFIGURATION: Release
10-
DOTNET_CORE_VERSION: 8.0.x
9+
DOTNET_VERSION: 8.0.x
1110
WORKING_DIRECTORY: azure-project-generator
12-
DOTNET_CORE_VERSION_INPROC: 6.0.x
11+
1312
jobs:
1413
build:
1514
runs-on: ubuntu-latest
@@ -18,11 +17,7 @@ jobs:
1817
- name: Setup .NET SDK
1918
uses: actions/setup-dotnet@v3
2019
with:
21-
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
22-
- name: Setup .NET Core (for inproc extensions)
23-
uses: actions/setup-dotnet@v1
24-
with:
25-
dotnet-version: ${{ env.DOTNET_CORE_VERSION_INPROC }}
20+
dotnet-version: ${{ env.DOTNET_VERSION }}
2621
- name: Restore
2722
run: dotnet restore "${{ env.WORKING_DIRECTORY }}"
2823
- name: Build

0 commit comments

Comments
 (0)