Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
* release/0.3.0: (22 commits)
  (maint) Corrected duplicate name of security label
  (maint) Setup environment variable names
  (GH-35) Added command for dependabot
  (GH-36) Switch to using Cake.VsCode.Recipe
  Bump @types/node from 11.9.3 to 11.9.4
  (GH-33) Remove hack for running on AppVeyor
  Bump @types/mocha from 5.2.5 to 5.2.6
  Bump @types/expect from 1.20.3 to 1.20.4
  (GH-29) New label to include in release notes
  Bump @types/node from 11.9.2 to 11.9.3
  Bump @types/node from 6.0.117 to 11.9.2
  Bump @types/node-fetch from 2.1.4 to 2.1.6
  Bump replace-in-file from 3.4.2 to 3.4.3
  Bump @types/mocha from 2.2.48 to 5.2.5
  Bump typescript from 2.9.2 to 3.3.3
  Bump @types/ini from 1.3.29 to 1.3.30
  Bump @types/node-fetch from 1.6.9 to 2.1.4
  Bump vscode from 1.1.21 to 1.1.29
  Bump expect from 21.2.1 to 24.1.0
  Bump tslint from 5.11.0 to 5.12.1
  ...
  • Loading branch information
gep13 committed Feb 16, 2019
2 parents eff275d + 1d7bfb9 commit 8ea326a
Show file tree
Hide file tree
Showing 17 changed files with 3,986 additions and 3,568 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ init:

# Build script
build_script:
- ps: .\build.ps1 -Target "AppVeyor" --settings_skipverification=true
- ps: Get-ChildItem -Path "C:\Program Files (x86)\Microsoft SDKs\TypeScript\*" -Include tsc.exe,tsc.js -Recurse | Rename-Item -NewName {$_.name -replace "tsc","tsc1"}
- ps: .\build.ps1 -Target "AppVeyor"

# Tests
test: off
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ os:
- linux

script:
- ./build.sh --verbosity=diagnostic --settings_skipverification=true
- ./build.sh --verbosity=diagnostic
6 changes: 5 additions & 1 deletion GitReleaseManager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ issue-labels-include:
- Bug
- Improvement
- Documentation
- security
issue-labels-exclude:
- Build
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
plural: Documentation
- name: security
header: Security
plural: Security
288 changes: 0 additions & 288 deletions build.cake

This file was deleted.

4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ https://cakebuild.net

[CmdletBinding()]
Param(
[string]$Script = "build.cake",
[string]$Script = "recipe.cake",
[string]$Target = "Default",
[ValidateSet("Release", "Debug")]
[string]$Configuration = "Release",
Expand Down Expand Up @@ -179,7 +179,7 @@ if(-Not $SkipToolPackageRestore.IsPresent) {
$md5Hash | Out-File $PACKAGES_CONFIG_MD5 -Encoding "ASCII"
}
Write-Verbose -Message ($NuGetOutput | out-string)

Pop-Location
}

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else
fi

# Define default arguments.
SCRIPT="build.cake"
SCRIPT="recipe.cake"
CAKE_ARGUMENTS=()

# Parse arguments.
Expand Down
29 changes: 0 additions & 29 deletions build/gitter.cake

This file was deleted.

Loading

0 comments on commit 8ea326a

Please sign in to comment.