Skip to content

Commit e3a2b7b

Browse files
committed
azure-pipelines.yml: + compile + config
1 parent d3cad01 commit e3a2b7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-devops/azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ steps:
2929
script: |
3030
$sourceDir = "BuildAccdeExample\source"
3131
$targetDir = "bin"
32-
$compile = $false
32+
compile: "true"
33+
app-config: "BuildAccdeExample/deployment/Application-Config.json"
3334
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
3435
3536
$scriptPath = "$(Build.SourcesDirectory)\msaccess-vcs-build\Build.ps1"

0 commit comments

Comments
 (0)