File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
github-nfbot/GitHub-nfbot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434
3535 - name : Build Azure Function
3636 run : |
37- dotnet build "github-nfbot/GitHub-nfbot" --configuration ${{ env.CONFIGURATION }} --output "${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}"
37+ dotnet build "github-nfbot/GitHub-nfbot" --configuration ${{ env.CONFIGURATION }} --property:PublishDir= "${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}"
3838
3939 - name : Deploy to Azure Function App
4040 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change @@ -1887,7 +1887,7 @@ public static async Task<int> SendGitHubRequest(
18871887 return ( int ) response . StatusCode ;
18881888 }
18891889
1890- return 0 ;
1890+ // return 0;
18911891 }
18921892
18931893 public static async Task < dynamic > GetGitHubRequest (
You can’t perform that action at this time.
0 commit comments