From 682e31d5fb110d27e06f100d264be8735d8a0cb6 Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Tue, 22 Jan 2019 23:47:45 -0500 Subject: [PATCH] Updated pipeline and build script --- azure-pipelines.yml | 2 +- build.ps1 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d42a48e1..f02fdbeb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: diff --git a/build.ps1 b/build.ps1 index 6aa9cb98..cbf8e1a7 100644 --- a/build.ps1 +++ b/build.ps1 @@ -223,5 +223,6 @@ $cakeArguments += $ScriptArgs # Start Cake Write-Host "Running build script..." +&$CAKE_EXE $Script --bootstrap &$CAKE_EXE $cakeArguments exit $LASTEXITCODE