Skip to content

Commit

Permalink
fix restore nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
jedipi committed Mar 23, 2024
1 parent 77ade90 commit ba050d2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ steps:
dotnet workload install maui
dotnet workload install android ios maui wasm-tools
- task: NuGetToolInstaller@1
inputs:
versionSpec:
- task: NuGetCommand@2
- task: Bash@3
displayName: Restore nuget
inputs:
restoreSolution: '**/*.sln'
targetType: 'inline'
script: |
cd src/
dotnet restore QuickStockTaker.sln
- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit ba050d2

Please sign in to comment.