Skip to content

Commit

Permalink
remove ls and check additional debug properties
Browse files Browse the repository at this point in the history
  • Loading branch information
doebrowsk authored Oct 28, 2024
1 parent 9ce5dd8 commit 2f1f64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
id: read_target_frameworks
shell: pwsh
run: |
ls
[xml]$csproj = Get-Content "${{ inputs.release_project }}"
$csproj
$csproj.Project.PropertyGroup
$csproj.Project.PropertyGourp.TargetFrameworks
$targetFrameworks = $csproj.Project.PropertyGroup.TargetFrameworks
if ($targetFrameworks -eq $null) {
$targetFrameworks = $csproj.Project.PropertyGroup.TargetFramework
Expand Down

0 comments on commit 2f1f64d

Please sign in to comment.