We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341a2de commit 4ff9f93Copy full SHA for 4ff9f93
.github/workflows/nightly.yml
@@ -202,7 +202,7 @@ jobs:
202
203
- name: Restore
204
if: steps.nightly_release_kill_switch.outputs.enabled == 'true' && steps.check_changes.outputs.has_changes == 'true'
205
- run: dotnet restore "Source/Krypton Components/Krypton Toolkit Suite 2022 - VS2022.slnxx"
+ run: dotnet restore "Source/Krypton Components/Krypton Toolkit Suite 2022 - VS2022.slnx"
206
207
- name: Build Nightly
208
0 commit comments