Skip to content

Commit be4ae09

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent d7a1d06 commit be4ae09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ steps:
1616
- task: DotNetCoreCLI@2
1717
inputs:
1818
command: 'restore'
19-
projects: '**\*.csproj'
19+
projects: '**\*.sln'
2020
feedsToUse: 'select'
2121

2222
- task: DotNetCoreCLI@2
2323
inputs:
2424
command: 'build'
25-
projects: '**/*.sln'
25+
projects: '**\*.sln'
2626

2727
- task: CmdLine@2
2828
inputs:

0 commit comments

Comments
 (0)