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 249fcfa commit 5d57c5fCopy full SHA for 5d57c5f
azure-pipelines.yml
@@ -33,8 +33,7 @@ steps:
33
$compile = $false
34
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
35
36
- $buildRepoPath = Join-Path -Path "$(Build.SourcesDirectory)\.." -ChildPath "msaccess-vcs-build"
37
- $scriptPath = Join-Path -Path $buildRepoPath -ChildPath "Build.ps1"
+ $scriptPath = Join-Path -Path "$(Agent.WorkFolder)" -ChildPath "2/msaccessVcsBuild/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