Revert "Update azure-pipelines.yml"

This reverts commit 4eb36f4126.
This commit is contained in:
Brandon Minnick 2021-03-05 22:28:00 -08:00
Родитель 4eb36f4126
Коммит b8714b5a3b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5732C9AD1457CA72
1 изменённых файлов: 3 добавлений и 5 удалений

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

@ -129,12 +129,10 @@ jobs:
# command: 'custom'
# custom: 'nuget'
# arguments: 'push --source https://nuget.pkg.github.com/xamarin/index.json --api-key $(GitHub.NuGet.Token) "$(Build.ArtifactStagingDirectory)\nuget\*.nupkg"'
- task: DotNetCoreCLI@2
displayName: Run Tests
- task: CmdLine@2
displayName: 'Run Unit Tests'
inputs:
command: test
projects: '**/*.UnitTests.csproj'
arguments: '--configuration Release --collect "Code coverage'
script: dotnet test $(PathToUnitTestCsproj) -c 'Release' --collect "Code coverage"
# publish the packages
- task: PublishBuildArtifacts@1
displayName: 'Publish Unsigned NuGets'