Skip to content

Commit

Permalink
Updated pipeline and build script
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jan 23, 2019
1 parent 5aef51f commit 682e31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resources:
- repository: rsg
type: github
name: RocketSurgeonsGuild/AzureDevopsTemplates
ref: refs/tags/v0.4.0
ref: refs/tags/v0.4.5
endpoint: github

variables:
Expand Down
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,6 @@ $cakeArguments += $ScriptArgs

# Start Cake
Write-Host "Running build script..."
&$CAKE_EXE $Script --bootstrap
&$CAKE_EXE $cakeArguments
exit $LASTEXITCODE

0 comments on commit 682e31d

Please sign in to comment.