Skip to content

Commit dae7987

Browse files
authored
Move ssh example app to src dir. (#420)
1 parent 01ba8ff commit dae7987

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
dotnet build examples/azure_key
3535
dotnet build examples/scp
36-
dotnet build examples/ssh
36+
dotnet build src/ssh
3737
3838
- name: Run tests
3939
run: |
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
VERSION_SUFFIX="${{ github.run_number }}-${{ github.sha }}"
4747
dotnet pack src/Tmds.Ssh --configuration Release --output packages /p:VersionSuffix="$VERSION_SUFFIX"
48-
dotnet pack examples/ssh --configuration Release --output packages /p:VersionSuffix="$VERSION_SUFFIX"
48+
dotnet pack src/ssh --configuration Release --output packages /p:VersionSuffix="$VERSION_SUFFIX"
4949
5050
- name: Publish packages
5151
run: |
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageId>ssh</PackageId>
1414
<Authors>Tom Deseyn</Authors>
1515
<Copyright>Tom Deseyn</Copyright>
16-
<Description>A .NET tool that provides an 'ssh'-like remote login client.</Description>
16+
<Description>An 'ssh'-like .NET tool implemented using Tmds.Ssh</Description>
1717
<PackageTags>ssh</PackageTags>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
</PropertyGroup>

0 commit comments

Comments
 (0)