We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210835b commit 249fcfaCopy full SHA for 249fcfa
azure-pipelines.yml
@@ -33,7 +33,8 @@ steps:
33
$compile = $false
34
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
35
36
- $scriptPath = "$(Pipeline.Workspace)\msaccessVcsBuild\Build.ps1"
+ $buildRepoPath = Join-Path -Path "$(Build.SourcesDirectory)\.." -ChildPath "msaccess-vcs-build"
37
+ $scriptPath = Join-Path -Path $buildRepoPath -ChildPath "Build.ps1"
38
Write-Host "Running script at $scriptPath"
39
& $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -vcsUrl $vcsUrl
40
timeoutInMinutes: 10
0 commit comments