Skip to content

Commit

Permalink
yml 4
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Jan 6, 2025
1 parent e58c0f6 commit 70d0991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dotnet-build-componentclassregistry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,5 @@ jobs:
dotnet/ComponentClassRegistry/StorageCli/**/*.deb
dotnet/ComponentClassRegistry/StorageCli/**/*.rpm
dotnet/ComponentClassRegistry/StorageCli/**/*.zip
- name: Setup tmate session on error
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 5 # The ssh session will be available for 5 minutes.
with:
limit-access-to-actor: true # Only the person who pushed can access- with a github-registered key.

3 changes: 3 additions & 0 deletions dotnet/ComponentClassRegistry/StorageCli/StorageCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>linux-x64;win-x64</RuntimeIdentifiers>
<StartupObject>StorageCli.StorageCli</StartupObject>
<PublishSingleFile>true</PublishSingleFile>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 70d0991

Please sign in to comment.