Skip to content

Commit

Permalink
Changed dot net installer url (#3602)
Browse files Browse the repository at this point in the history
Changed Installer url
  • Loading branch information
JR-Morgan authored Jul 30, 2024
1 parent 2211fd9 commit 3f9577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/config-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs: # Each project will have individual jobs for each specific task it has to
name: Install dotnet
command: |
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel sts
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 8.0.204
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 8.0.206
$HOME/.dotnet/dotnet --version
- run:
name: Enforce formatting
Expand Down

0 comments on commit 3f9577b

Please sign in to comment.