File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 6
6
env :
7
7
AZURE_FUNCTIONAPP_NAME : azureprojectgenerator
8
8
AZURE_FUNCTIONAPP_PACKAGE_PATH : azure-project-generator/published
9
- CONFIGURATION : Release
10
- DOTNET_CORE_VERSION : 8.0.x
9
+ DOTNET_VERSION : 8.0.x
11
10
WORKING_DIRECTORY : azure-project-generator
12
- DOTNET_CORE_VERSION_INPROC : 6.0.x
11
+
13
12
jobs :
14
13
build :
15
14
runs-on : ubuntu-latest
18
17
- name : Setup .NET SDK
19
18
uses : actions/setup-dotnet@v3
20
19
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 }}
26
21
- name : Restore
27
22
run : dotnet restore "${{ env.WORKING_DIRECTORY }}"
28
23
- name : Build
You can’t perform that action at this time.
0 commit comments