Skip to content

Commit

Permalink
Update AzurePipeline.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-api committed Nov 29, 2023
1 parent a90b86e commit 339ae4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/AzurePipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stages:
displayName: 'Build Solution'
inputs:
solution: '$(solution)'
msbuildArgs: '/target:publish /T:UiaWebDriverServer /p:Configuration=Release /p:DeployOnBuild=true /p:PublishDir=$(Build.BinariesDirectory)'
msbuildArgs: '/target:publish /p:Configuration=Release /p:DeployOnBuild=true /p:PublishDir=$(Build.BinariesDirectory)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
clean: true
Expand Down

0 comments on commit 339ae4d

Please sign in to comment.