Skip to content

Commit

Permalink
Change psake invoke to match instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Aug 22, 2015
1 parent cfb6924 commit f620d9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ before_build:
- ps: Import-Module .\build\psake.psm1

build_script:
- ps: Invoke-Psake .\build\build.ps1 -properties @{"BuildNumber"=$env:APPVEYOR_BUILD_NUMBER;"AppVeyor"=$env:APPVEYOR;"CoverallsRepoToken"=$env:COVERALLS_REPO_TOKEN:secure}

#---------------------------------#
- ps: Invoke-Psake .\build\build.ps1 -properties @{"BuildNumber"=$env:APPVEYOR_BUILD_NUMBER;"AppVeyor"=$env:APPVEYOR;"CoverallsRepoToken"=$env:COVERALLS_REPO_TOKEN}
#---------------------------------#
# tests configuration #
#---------------------------------#

Expand Down
2 changes: 1 addition & 1 deletion build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Properties {
properties {
# call nuget.bat with these values as parameters
$NugetApiKey = $null
$NugetSource = $null
Expand Down

0 comments on commit f620d9a

Please sign in to comment.