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 31f73bf commit 68b37c3
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: |
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
chmod 755 ./dotnet-install.sh
./dotnet-install.sh --jsonfile ./global.json -i /usr/share/dotnet
sh ./init.sh
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
dotnet:
solution: All.sln

0 comments on commit 68b37c3

Please sign in to comment.