Skip to content

Commit

Permalink
Force custom actions to build as x64
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Mar 8, 2024
1 parent efda636 commit 7bf332e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stages:
displayName: 'Build custom actions project'
inputs:
command: build
arguments: '-c $(buildConfiguration) -p:Version=$(build.version) -p:GeneratePackageOnBuild=false --output "$(build.ArtifactStagingDirectory)"'
arguments: '-c $(buildConfiguration) -p:Platform=x64 -p:Version=$(build.version) -p:GeneratePackageOnBuild=false --output "$(build.ArtifactStagingDirectory)"'
projects: 'src/Lithnet.Acma.Installer.CustomActions/Lithnet.Acma.Installer.CustomActions.csproj'

- task: DotNetCoreCLI@2
Expand Down

0 comments on commit 7bf332e

Please sign in to comment.