Skip to content

Commit

Permalink
[QD] Update workload before build in bootstrapping step
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl authored Jan 13, 2025
1 parent d3b6263 commit 0aca798
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: "1.0"
ide: QDNET
bootstrap: dotnet build CollapseLauncher -c Release
bootstrap: |+
dotnet workload update
dotnet build CollapseLauncher -c Release
dotnet:
solution: CollapseLauncher.sln
exclude:
Expand Down Expand Up @@ -51,4 +53,4 @@ dependencyIgnores:
- name: "ThisAssembly.Constants"
- name: "Libsql.Client"
- name: "PolySharp"
- name: "DependencyPropertyGenerator"
- name: "DependencyPropertyGenerator"

0 comments on commit 0aca798

Please sign in to comment.