Skip to content

Commit e2b4be4

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent c0d2a2c commit e2b4be4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ steps:
1818
command: 'restore'
1919
projects: '**\*.csproj'
2020
feedsToUse: 'select'
21-
- script: dotnet build --configuration $(buildConfiguration)
22-
displayName: 'dotnet build $(buildConfiguration)'
21+
22+
- task: DotNetCoreCLI@2
23+
inputs:
24+
command: 'build'
25+
projects: '**/*.sln'
2326
- task: PublishBuildArtifacts@1
2427
inputs:
2528
PathtoPublish: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)