1
0
Форкнуть 0

Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Rui Marinho 2021-05-03 19:44:32 +01:00
Родитель a50a42473d
Коммит 304b7d6581
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -92,7 +92,9 @@ stages:
- task: NuGetCommand@2
inputs:
command: 'restore'
restoreSolution: $(GraphicsControlsSln)
restoreSolution: '$(GraphicsControlsSln)'
feedsToUse: 'config'
nugetConfigPath: 'NuGet.config'
- task: MSBuild@1
displayName: 'Build sln'