publish on Nuget.org
7ef77028
Christian Decker
committed
failed
1 changed file
azure-pipelines.yml
/azure-pipelines.yml-1+3
/azure-pipelines.yml
Add comment 54 displayName: Run Unit Tests
Add comment 55 inputs:
Add comment 56 command: 'test'
Add comment 57 Minus   arguments: '--configuration $(BuildConfiguration) --no-restore --no-build --filter TestCategory!=UserTestNoInteractionNeeded|TestCategory!=UserTestInteractionNeeded'
Add comment 57 Plus   arguments: '--configuration $(BuildConfiguration) --no-restore --no-build --filter TestCategory!=UserTestNoInteractionNeeded&TestCategory!=UserTestInteractionNeeded'
Add comment 58 Plus  
Add comment 59 Plus   - script: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key $(API_KEY) Client/HomagGroup.DigitalFactory.ApiGateway.Client/**/*.nupkg
Add comment 58 60