Skip to content

Commit 2123d9e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 76d76e1 commit 2123d9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ steps:
3131
$compile = $false
3232
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
3333
34-
$scriptPath = "/msaccess-vcs-build/Build.ps1"
34+
$scriptPath = "$(Pipeline.Workspace)/msaccessVcsBuild/Build.ps1"
35+
Write-Host "Running script at $scriptPath"
3536
& $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -vcsUrl $vcsUrl
3637
timeoutInMinutes: 10
3738

0 commit comments

Comments
 (0)