Skip to content

Commit 5d57c5f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ steps:
3333
$compile = $false
3434
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
3535
36-
$buildRepoPath = Join-Path -Path "$(Build.SourcesDirectory)\.." -ChildPath "msaccess-vcs-build"
37-
$scriptPath = Join-Path -Path $buildRepoPath -ChildPath "Build.ps1"
36+
$scriptPath = Join-Path -Path "$(Agent.WorkFolder)" -ChildPath "2/msaccessVcsBuild/Build.ps1"
3837
Write-Host "Running script at $scriptPath"
3938
& $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -vcsUrl $vcsUrl
4039
timeoutInMinutes: 10

0 commit comments

Comments
 (0)