Skip to content

Remove "Display .NET versions" GHA steps. #529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.4xx
- name: Display .NET versions
run: dotnet --info
- name: Restore .NET local tools
run: dotnet tool restore
- name: Build docs
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/generate-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
with:
dotnet-version: 8.0.4xx

- name: Display .NET versions
run: dotnet --info

- name: Run the binding generation script
run: dotnet msbuild ./scripts/generate-bindings/GenerateBindings.proj -p:Version=${{ inputs.version }} -p:VersionTag=${{ inputs.commit_id }} /restore

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
with:
dotnet-version: 8.0.4xx

- name: Display dotnet versions
run: dotnet --info

- name: Download native artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -116,9 +113,6 @@ jobs:
- name: Set up .NET SDK from global.json
uses: actions/setup-dotnet@v4

- name: Display dotnet versions
run: dotnet --info

- name: Download native NuGet packages
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.4xx
- name: Display .NET versions
run: dotnet --info
- name: Pack TileDB.CSharp
run: dotnet pack -c Release ./sources/TileDB.CSharp/TileDB.CSharp.csproj -o pack
# In case pushing to NuGet fails we upload the packages as artifacts to push them ourselves.
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tiledb-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
dotnet-version: 8.0.4xx

- name: Display .NET versions
run: dotnet --info

# Package validation runs as part of packing.
- name: Dotnet pack for TileDB.CSharp
run: |
Expand All @@ -42,9 +39,6 @@ jobs:
with:
dotnet-version: 8.0.4xx

- name: Display .NET versions
run: dotnet --info

# DotNet build
- name: Dotnet build for TileDB.CSharp
run: |
Expand Down
Loading