Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Jun 1, 2018
1 parent 120377e commit d4a5adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ shared:
name: Install .NET Core 2.1 SDK
command: |
if [ ! -f ~/dotnet-install.sh ]; then curl -fsLo ~/dotnet-install.sh 'https://dot.net/v1/dotnet-install.sh'; fi
bash ~/dotnet-install.sh --channel release/2.1.3xx --version latest --install-dir ~/.dotnet --no-path
bash ~/dotnet-install.sh --version 2.1.300 --install-dir ~/.dotnet --no-path
~/.dotnet/dotnet --info
echo 'export PATH=~/.dotnet:$PATH' >> $BASH_ENV
generate-restore-graph: &generate-restore-graph
Expand Down

0 comments on commit d4a5adc

Please sign in to comment.