Skip to content

Commit

Permalink
Processed comments from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandevo committed Apr 24, 2017
1 parent de1b35c commit 6cd0545
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ title: "Execute Cake C# Script"
summary: Cake (C# Make) is a cross platform build automation system
description: |-
Cake (C# Make) is a cross platform build automation system with a C# DSL to do things like compiling code,
copy files/folders, running unit tests, compress files and build NuGet packages.
website: http://cakebuild.net/
copy files/folders, running unit tests, compress files and build NuGet packages.
More info: http://cakebuild.net/
website: https://github.com/stefandevo/bitrise-cake-step
source_code_url: https://github.com/stefandevo/bitrise-cake-step
support_url: https://github.com/stefandevo/bitrise-cake-step/issues
host_os_tags:
Expand All @@ -27,7 +28,7 @@ inputs:
opts:
title: ".NET Core Needed?"
description: |
Is the project a .NET Core project? Default is faise.
Is the project a .NET Core project? Default is no.
is_expand: true
is_required: true
value_options:
Expand Down

0 comments on commit 6cd0545

Please sign in to comment.