Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
martonsagi committed Oct 22, 2019
1 parent 10b8248 commit 923d424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ steps:
inputs:
command: 'restore'
restoreSolution: '**/*.sln'
#feedsToUse: 'config'
#nugetConfigPath: './Nuget.config'
feedsToUse: 'config'
nugetConfigPath: './Nuget.config'

- task: VSBuild@1
inputs:
Expand All @@ -33,7 +33,7 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'test'
publishTestResults: true
#publishTestResults: true

- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 923d424

Please sign in to comment.