This repository has been archived by the owner on Nov 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/0.30.0: (62 commits) Fix new SDK Version issues Updated to Cake 0.30.0 Updated Cake dependencies to 0.28.0 Updated to Cake 0.25.0. Updated Cake to 0.24.0. Updated Cake references to version 0.23.0. (maint) Switching to https Updated build script and bootstrappers. Bumped Cake dependencies to 0.21.1. Added Martin and Alistair to the list of authors. Should now find tasks properly on net461 Entry assembly should now be found for net461. Added net461 as an additional target framework. Added a new description of how to get started with Frosting. Updated nuspec details. Bumped Cake.Frosting version to 0.1.0-alpha0056. Added dotnet new template. Updated documentation. Added bootstrapper. Updated .NET Core SDK to 1.0.1. ...
- Loading branch information
Showing
135 changed files
with
2,686 additions
and
1,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Build script | ||
init: | ||
- git config --global core.autocrlf true | ||
|
||
# Build script | ||
build_script: | ||
- ps: .\build.ps1 -Target "AppVeyor" | ||
|
||
# Tests | ||
test: off | ||
|
||
# Branches to build | ||
branches: | ||
# Whitelist | ||
only: | ||
- develop | ||
- master | ||
- /r/.*/ | ||
- /release/.*/ | ||
- /hotfix/.*/ | ||
|
||
# Build cache | ||
cache: | ||
- tools -> build.cake |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.