Skip to content

Commit 249fcfa

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 210835b commit 249fcfa

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
@@ -33,7 +33,8 @@ steps:
3333
$compile = $false
3434
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
3535
36-
$scriptPath = "$(Pipeline.Workspace)\msaccessVcsBuild\Build.ps1"
36+
$buildRepoPath = Join-Path -Path "$(Build.SourcesDirectory)\.." -ChildPath "msaccess-vcs-build"
37+
$scriptPath = Join-Path -Path $buildRepoPath -ChildPath "Build.ps1"
3738
Write-Host "Running script at $scriptPath"
3839
& $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -vcsUrl $vcsUrl
3940
timeoutInMinutes: 10

0 commit comments

Comments
 (0)