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 2123d9e commit 8e90ba4Copy full SHA for 8e90ba4
azure-pipelines.yml
@@ -31,7 +31,7 @@ steps:
31
$compile = $false
32
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
33
34
- $scriptPath = "$(Pipeline.Workspace)/msaccessVcsBuild/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
0 commit comments