Skip to content

Commit

Permalink
Remvoed vcpkg call from build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulkareem-siddiq committed Nov 20, 2021
1 parent 664b931 commit 76196c7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ variables:

steps:
- task: NuGetToolInstaller@1
displayName: 'Use NuGet 5.11.0'
displayName: 'Use NuGet 6.0.0'
inputs:
versionSpec: '5.11.0'
versionSpec: '6.0.0'
checkLatest: true

- task: GitVersion@5
Expand All @@ -36,10 +36,6 @@ steps:
Action: '##vso[build.updatebuildnumber]'
BuildVersion: $(GitVersion.NugetVersionV2)

- task: run-vcpkg@0
inputs:
vcpkgArguments: 'vcpkg_response.txt'

- task: NuGetCommand@2
displayName: 'NuGet restore'
inputs:
Expand Down

0 comments on commit 76196c7

Please sign in to comment.