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 d0e039c commit 76d76e1Copy full SHA for 76d76e1
azure-pipelines.yml
@@ -7,8 +7,13 @@ pool:
7
demands:
8
- Agent.OS -equals Windows_NT
9
10
-variables:
11
- ACCESS_TOKEN: $(ACCESS_TOKEN)
+resources:
+ repositories:
12
+ - repository: msaccessVcsBuild
13
+ type: github
14
+ name: AccessCodeLib/msaccess-vcs-build
15
+ ref: refs/heads/main
16
+ endpoint: AccessCodeLib
17
18
steps:
19
- checkout: self
@@ -26,7 +31,7 @@ steps:
26
31
$compile = $false
27
32
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
28
33
29
- $scriptPath = "C:/Daten/Projekte/CodeLib/msaccess-vcs-build/Build.ps1"
34
+ $scriptPath = "/msaccess-vcs-build/Build.ps1"
30
35
& $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -vcsUrl $vcsUrl
36
timeoutInMinutes: 10
37
0 commit comments