Skip to content

Commit

Permalink
Try fixing restore
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn authored and karkarl committed Aug 24, 2023
1 parent 8a600a0 commit 9c7feaa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

trigger:
- main
- "dev/create-ci"

pool:
vmImage: "windows-2022"
Expand All @@ -22,16 +23,6 @@ stages:
- job:
displayName: Build
steps:
- task: NuGetToolInstaller@1
displayName: Install NuGet 5.8.0
inputs:
versionSpec: 5.8.0

- task: NuGetCommand@2
displayName: Restore packages
inputs:
restoreSolution: "$(solutionGallery)"

- task: VSBuild@1
inputs:
platform: $(buildPlatform)
Expand Down

0 comments on commit 9c7feaa

Please sign in to comment.