File tree 2 files changed +3
-3
lines changed
github-nfbot/GitHub-nfbot
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
AZURE_FUNCTIONAPP_NAME : NanoFramework-GitHubBot
16
16
AZURE_FUNCTIONAPP_PACKAGE_PATH : .\published
17
17
CONFIGURATION : Release
18
- DOTNET_VERSION : ' 8 .0.x'
18
+ DOTNET_VERSION : ' 6 .0.x'
19
19
WORKING_DIRECTORY : .
20
20
DOTNET_CORE_VERSION_INPROC : ' '
21
21
34
34
35
35
- name : Build Azure Function
36
36
run : |
37
- dotnet build "github-nfbot/GitHub-nfbot" --configuration ${{ env.CONFIGURATION }} --property:PublishDir= "${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}"
37
+ dotnet build "github-nfbot/GitHub-nfbot" --configuration ${{ env.CONFIGURATION }} --output "${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}"
38
38
39
39
- name : Deploy to Azure Function App
40
40
if : github.event_name == 'push' && github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net8 .0</TargetFramework >
3
+ <TargetFramework >net6 .0</TargetFramework >
4
4
<AzureFunctionsVersion >v4</AzureFunctionsVersion >
5
5
<RootNamespace >GitHub_nfbot</RootNamespace >
6
6
<UserSecretsId >eb38317d-abae-4ecf-902b-71be30f7c744</UserSecretsId >
You can’t perform that action at this time.
0 commit comments