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