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 76d76e1 commit 2123d9eCopy full SHA for 2123d9e
azure-pipelines.yml
@@ -31,7 +31,8 @@ steps:
31
$compile = $false
32
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
33
34
- $scriptPath = "/msaccess-vcs-build/Build.ps1"
+ $scriptPath = "$(Pipeline.Workspace)/msaccessVcsBuild/Build.ps1"
35
+ Write-Host "Running script at $scriptPath"
36
& $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -vcsUrl $vcsUrl
37
timeoutInMinutes: 10
38
0 commit comments