Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
fixing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 4, 2019
1 parent d19916e commit 9a36e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variables:

steps:
- task: DotNetCoreInstaller@0
inputs:
inputs:
version: '3.0.100-preview-009812'

- task: NuGetToolInstaller@0
Expand All @@ -27,7 +27,7 @@ steps:

- task: NuGetCommand@2
displayName: 'NuGet restore'
inputs:
inputs:
feedsToUse: config
nugetConfigPath: NuGet.config

Expand Down

0 comments on commit 9a36e90

Please sign in to comment.