Skip to content

Commit

Permalink
chore: print agent information
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Nov 16, 2023
1 parent d804f3d commit 476f9c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Print information
run: |
ls -la
dotnet --info
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 476f9c2

Please sign in to comment.