Skip to content

Commit a7ee2d4

Browse files
committed
tests: 32 bit office
1 parent 700f4e9 commit a7ee2d4

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.azure-devops/azure-pipelines.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,11 @@ jobs:
2323

2424
- checkout: msaccess-vcs-build
2525

26-
- task: PowerShell@2
27-
displayName: 'Build 32-bit'
26+
- task: CmdLine@2
27+
displayName: 'Build 32-bit (32-bit PowerShell)'
2828
inputs:
29-
targetType: inline
30-
pwsh: false
3129
script: |
32-
$sourceDir = "BuildAccdeExample\source"
33-
$targetDir = "bin32"
34-
$compile = "true"
35-
$appConfig = "BuildAccdeExample/deployment/Application-Config.json"
36-
$vcsUrl = "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
37-
38-
& "$(Build.SourcesDirectory)\msaccess-vcs-build\Build.ps1" -SourceDir $sourceDir -TargetDir $targetDir -Compile $compile -AppConfigFile "$appConfig" -vcsUrl $vcsUrl
30+
"C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -File "$(Build.SourcesDirectory)\msaccess-vcs-build\Build.ps1" -SourceDir "BuildAccdeExample\source" -TargetDir "bin32" -Compile "true" -AppConfigFile "BuildAccdeExample/deployment/Application-Config.json" -vcsUrl "https://api.github.com/repos/josef-poetzl/msaccess-vcs-addin/releases/latest"
3931
4032
- task: PublishBuildArtifacts@1
4133
displayName: 'Publish 32-bit ACCDE'

0 commit comments

Comments
 (0)