Skip to content

Commit

Permalink
Revert external restore.
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbar27 committed Mar 17, 2023
1 parent 9052242 commit 65345fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
displayName: 'Configure'
inputs:
workingDirectory: '_build'
cmakeArgs: '.. -G"$(generator)" -A"$(buildPlatform)" -DPWROWG_BuildDemo=ON -DPWROWG_BuildStablePower=ON -DPWROWG_BuildWeb=ON -DPWROWG_NoPackageRestore=ON'
cmakeArgs: '.. -G"$(generator)" -A"$(buildPlatform)" -DPWROWG_BuildDemo=ON -DPWROWG_BuildStablePower=ON -DPWROWG_BuildWeb=ON'

- task: NuGetCommand@2
inputs:
restoreSolution: '_build/*.sln'
# - task: NuGetCommand@2
# inputs:
# restoreSolution: '_build/*.sln'

- task: VSBuild@1
displayName: 'Build'
Expand Down

0 comments on commit 65345fd

Please sign in to comment.