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 5d57c5f commit ca2c9f2Copy full SHA for ca2c9f2
azure-pipelines.yml
@@ -33,7 +33,7 @@ steps:
33
$compile = $false
34
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
35
36
- $scriptPath = Join-Path -Path "$(Agent.WorkFolder)" -ChildPath "2/msaccessVcsBuild/Build.ps1"
+ $scriptPath = Join-Path -Path "$(Build.SourcesDirectory)" -ChildPath "msaccess-vcs-build/Build.ps1"
37
Write-Host "Running script at $scriptPath"
38
& $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -vcsUrl $vcsUrl
39
timeoutInMinutes: 10
0 commit comments