Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnick committed Dec 11, 2018
2 parents ee8ee34 + 1f977af commit 9bf137a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#---------------------------------#
# Build Image #
#---------------------------------#
image: Visual Studio 2017

#---------------------------------#
# Build Script #
#---------------------------------#
Expand Down
3 changes: 2 additions & 1 deletion setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ BuildParameters.SetParameters(context: Context,
title: "Cake.Unity",
repositoryOwner: "cake-contrib",
repositoryName: "Cake.Unity",
appVeyorAccountName: "cakecontrib");
appVeyorAccountName: "cakecontrib",
shouldPublishMyGet: false);

BuildParameters.PrintParameters(Context);

Expand Down

0 comments on commit 9bf137a

Please sign in to comment.