Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Nov 21, 2023
1 parent 68b37c3 commit 3f08149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ exclude:
- name: NotAccessedPositionalProperty.Global

bootstrap: |
bash wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
bash chmod 755 ./dotnet-install.sh
bash ./dotnet-install.sh --jsonfile ./global.json -i /usr/share/dotnet
bash ./init.sh
sh wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
sh chmod 755 ./dotnet-install.sh
sh ./dotnet-install.sh --jsonfile ./global.json -i /usr/share/dotnet
sh ./init.sh
dotnet:
solution: All.sln

0 comments on commit 3f08149

Please sign in to comment.