Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuVirtanen committed Dec 19, 2023
1 parent 59a457b commit 8175461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ListFiles_build_and_test_on_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
uses: FrendsPlatform/FrendsTasks/.github/workflows/build_main.yml@main
uses: FrendsPlatform/FrendsTasks/.github/workflows/build_main_linux.yml@main
with:
workdir: Frends.FTP.ListFiles
prebuild_command: docker-compose -f Frends.FTP.ListFiles.Tests/docker-compose.yml up -d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class Connection
public bool SecureDataChannel { get; set; }

/// <summary>
/// Specifies whether to use Explicit or Implicit SSL
/// Specifies whether to use Explicit or Implicit SSL.
/// </summary>
/// <example>FtpsSslMode.None</example>
[DefaultValue(FtpsSslMode.None)]
Expand Down

0 comments on commit 8175461

Please sign in to comment.