Skip to content

Commit c5430da

Browse files
committed
update
1 parent d9c2137 commit c5430da

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,12 @@ stages:
173173
}
174174
]
175175
176-
- task: MSBuild@1
177-
displayName: MSBuild
176+
- task: DotNetCoreCLI@2
177+
displayName: dotnet build
178178
inputs:
179-
solution: '$(solution)'
180-
configuration: '$(buildConfiguration)'
179+
command: 'build'
180+
projects: '$(solution)'
181+
arguments: '-c $(BuildConfiguration)'
181182

182183
- task: ArchiveFiles@2
183184
displayName: Archive mdoc Files

0 commit comments

Comments
 (0)