Skip to content

Commit

Permalink
Exploratory commit to see detailed info about the .NET SDKs installed
Browse files Browse the repository at this point in the history
  • Loading branch information
BalassaMarton committed Dec 18, 2024
1 parent aa27345 commit e223bbe
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,27 @@ jobs:
with:
fetch-depth: 0

- name: .NET info (before setup)
run: |
dotnet --info
printenv PATH
printenv MSBuildSDKsPath
dotnet --list-sdks
dotnet msbuild --version
- name: Setup .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: '8.0.x'


- name: .NET info (after setup)
run: |
dotnet --info
printenv PATH
printenv MSBuildSDKsPath
dotnet --list-sdks
dotnet msbuild --version
- name: Restore dependencies
run: dotnet restore --locked-mode

Expand Down

0 comments on commit e223bbe

Please sign in to comment.