We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c2137 commit c5430daCopy full SHA for c5430da
1 file changed
azure-pipelines.yml
@@ -173,11 +173,12 @@ stages:
173
}
174
]
175
176
- - task: MSBuild@1
177
- displayName: MSBuild
+ - task: DotNetCoreCLI@2
+ displayName: dotnet build
178
inputs:
179
- solution: '$(solution)'
180
- configuration: '$(buildConfiguration)'
+ command: 'build'
+ projects: '$(solution)'
181
+ arguments: '-c $(BuildConfiguration)'
182
183
- task: ArchiveFiles@2
184
displayName: Archive mdoc Files
0 commit comments