Skip to content

Commit

Permalink
(GH-555) Change name of entry task
Browse files Browse the repository at this point in the history
Making it easier to remember, and type.
  • Loading branch information
gep13 committed Jul 10, 2020
1 parent 921ef53 commit 86a9c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1 -Target ContinuousIntegration
- ps: .\build.ps1 -Target CI

# Tests
test: off
Expand Down
2 changes: 1 addition & 1 deletion Cake.Recipe/Content/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ BuildParameters.Tasks.UploadArtifactsTask = Task("Upload-Artifacts")
}
});

BuildParameters.Tasks.ContinuousIntegrationTask = Task("ContinuousIntegration")
BuildParameters.Tasks.ContinuousIntegrationTask = Task("CI")
// Run issues task from Cake.Issues.Recipe by default.
.IsDependentOn("Upload-Artifacts")
.IsDependentOn("Issues")
Expand Down

0 comments on commit 86a9c1d

Please sign in to comment.