We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6c41b commit ee6fdfaCopy full SHA for ee6fdfa
1 file changed
azure-pipelines.yml
@@ -9,7 +9,7 @@ pool:
9
10
resources:
11
repositories:
12
- - repository: msaccessVcsBuild
+ - repository: msaccess-vcs-build
13
type: github
14
name: AccessCodeLib/msaccess-vcs-build
15
ref: refs/heads/main
@@ -19,7 +19,7 @@ steps:
19
- checkout: self
20
persistCredentials: true
21
22
- - checkout: msaccessVcsBuild
+ - checkout: msaccess-vcs-build
23
24
- task: PowerShell@2
25
displayName: 'Build Access file (accdb/accde)'
@@ -32,7 +32,7 @@ steps:
32
$compile = $false
33
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
34
35
- $scriptPath = "$(Build.SourcesDirectory)\msaccessVcsBuild\Build.ps1"
+ $scriptPath = "$(Build.SourcesDirectory)\msaccess-vcs-build\Build.ps1"
36
Write-Host "Running script at $scriptPath"
37
38
if (-Not (Test-Path $scriptPath)) {
0 commit comments