Skip to content

Commit ca2c9f2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

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

0 commit comments

Comments
 (0)