File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010resources :
1111 repositories :
12- - repository : msaccessVcsBuild
12+ - repository : msaccess-vcs-build
1313 type : github
1414 name : AccessCodeLib/msaccess-vcs-build
1515 ref : refs/heads/main
1919 - checkout : self
2020 persistCredentials : true
2121
22- - checkout : msaccessVcsBuild
22+ - checkout : msaccess-vcs-build
2323
2424 - task : PowerShell@2
2525 displayName : ' Build Access file (accdb/accde)'
3232 $compile = $false
3333 $vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
3434
35- $scriptPath = "$(Build.SourcesDirectory)\msaccessVcsBuild \Build.ps1"
35+ $scriptPath = "$(Build.SourcesDirectory)\msaccess-vcs-build \Build.ps1"
3636 Write-Host "Running script at $scriptPath"
3737
3838 if (-Not (Test-Path $scriptPath)) {
You can’t perform that action at this time.
0 commit comments