Skip to content

Commit ee6fdfa

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 4b6c41b commit ee6fdfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pool:
99

1010
resources:
1111
repositories:
12-
- repository: msaccessVcsBuild
12+
- repository: msaccess-vcs-build
1313
type: github
1414
name: AccessCodeLib/msaccess-vcs-build
1515
ref: refs/heads/main
@@ -19,7 +19,7 @@ steps:
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)'
@@ -32,7 +32,7 @@ steps:
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)) {

0 commit comments

Comments
 (0)