We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2ad1d commit 4797aa3Copy full SHA for 4797aa3
1 file changed
.github/workflows/build.yml
@@ -108,13 +108,13 @@ jobs:
108
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps' -Name 'DumpType' -Type DWord -Value '2'
109
110
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
111
- if: ${{ env.ENABLE_DIAGNOSTICS == 'true' }}
+ if: ${{ env.ENABLE_DIAGNOSTICS == 'true' && env.HAS_BUILDABLE_COMPONENTS == 'true' }}
112
uses: actions/setup-dotnet@v4
113
with:
114
dotnet-version: ${{ env.DOTNET_VERSION }}
115
116
- name: .NET Info (if diagnostics)
117
118
run: dotnet --info
119
120
# Restore Tools from Manifest list in the Repository
0 commit comments