Skip to content

Commit 8e90ba4

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 2123d9e commit 8e90ba4

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
@@ -31,7 +31,7 @@ steps:
3131
$compile = $false
3232
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
3333
34-
$scriptPath = "$(Pipeline.Workspace)/msaccessVcsBuild/Build.ps1"
34+
$scriptPath = "$(Pipeline.Workspace)\msaccessVcsBuild\Build.ps1"
3535
Write-Host "Running script at $scriptPath"
3636
& $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -vcsUrl $vcsUrl
3737
timeoutInMinutes: 10

0 commit comments

Comments
 (0)