File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
$sourceDir = "BuildAccdeExample\source"
31
31
$targetDir = "bin"
32
32
$compile = "true"
33
- $app-config = "BuildAccdeExample/deployment/Application-Config.json"
33
+ $appConfig = "BuildAccdeExample/deployment/Application-Config.json"
34
34
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
35
35
36
36
$scriptPath = "$(Build.SourcesDirectory)\msaccess-vcs-build\Build.ps1"
41
41
exit 1
42
42
}
43
43
44
- & $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -AppConfigFile "$app-config " -vcsUrl $vcsUrl
44
+ & $scriptPath -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -AppConfigFile "$appConfig " -vcsUrl $vcsUrl
45
45
46
46
- task : PublishBuildArtifacts@1
47
47
displayName : ' Upload Build Artifact'
You can’t perform that action at this time.
0 commit comments