We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cad01 commit e3a2b7bCopy full SHA for e3a2b7b
1 file changed
.azure-devops/azure-pipelines.yml
@@ -29,7 +29,8 @@ steps:
29
script: |
30
$sourceDir = "BuildAccdeExample\source"
31
$targetDir = "bin"
32
- $compile = $false
+ compile: "true"
33
+ app-config: "BuildAccdeExample/deployment/Application-Config.json"
34
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
35
36
$scriptPath = "$(Build.SourcesDirectory)\msaccess-vcs-build\Build.ps1"
0 commit comments