Skip to content

Commit

Permalink
Make scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielweyer committed Dec 29, 2017
1 parent e1886c1 commit 81c40dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
- image: microsoft/dotnet:2.0.4-sdk-2.1.3-stretch
steps:
- checkout
# Make scripts executable
- run: chmod +x tools/dotnet-install.sh
- run: chmod +x ./build.sh
# `dotnet-install.sh` is available at: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
# `Cake.dll` is targeting `.NET Core` `1.0.3`, so we need to install the latest `1.0.x` runtime
# The runtime is required to run a `.NET Core` application, it's part of the `SDK`
Expand Down

0 comments on commit 81c40dc

Please sign in to comment.