From 035d2412dde8231c43788d7badde0f699f58d372 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Fri, 24 Feb 2023 03:46:55 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a1febc3..f6a36f7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,5 +12,5 @@ pool: steps: - task: PowerShell@2 inputs: - filePath: '.\build.ps1' + filePath: 'build.ps1' arguments: 'build' \ No newline at end of file