Skip to content

Commit

Permalink
build project instead of solution
Browse files Browse the repository at this point in the history
  • Loading branch information
jedipi committed Mar 23, 2024
1 parent 5ea5819 commit 7f7cd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'build'
projects: '**/QuickStockTaker.sln'
projects: '**/QuickStockTaker.csproj'
arguments: '-c Release -f net8.0-android'

0 comments on commit 7f7cd97

Please sign in to comment.