We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf3f39 commit b8dc392Copy full SHA for b8dc392
1 file changed
.github/workflows/release.yml
@@ -38,6 +38,9 @@ jobs:
38
with:
39
dotnet-version: '8.0'
40
41
+ - name: Install x tool
42
+ run: dotnet tool install -g x
43
+
44
# Temp test
45
- name: Apply Production AppSettings
46
working-directory: ./BlazorDiffusion
0 commit comments