Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Hananiel Sarella 2019-08-23 21:04:00 -04:00
Родитель 7762e0682a
Коммит d49d74bfc4
1 изменённых файлов: 8 добавлений и 8 удалений

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

@ -39,12 +39,12 @@ stages:
command: 'test'
arguments: '--filter Category!=Integration'
testRunTitle: 'Unit Tests'
- task: DotNetCoreCLI@2
displayName: Dotnet test (Integration Tests)
inputs:
command: 'test'
arguments: '--filter Category=Integration'
testRunTitle: 'Unit Tests'
# - task: DotNetCoreCLI@2
# displayName: Dotnet test (Integration Tests)
# inputs:
# command: 'test'
# arguments: '--filter Category=Integration'
# testRunTitle: 'Unit Tests'
- task: DotNetCoreCLI@2
displayName: Dotnet publish
inputs:
@ -65,7 +65,7 @@ stages:
cfEndpoint: 'PWS-initializr'
skipSSLValidation: true
org: 'steeltoe.io'
space: 'development'
space: 'steeltoe.io'
deploymentOptions: 'manifest'
cfManifest: 'src/manifest.yml'
additionalDeployArgs: '-p bin/Debug/netcoreapp2.2/ubuntu.14.04-x64/publish'
@ -81,7 +81,7 @@ stages:
org: 'steeltoe.io'
space: 'development'
deploymentOptions: 'manifest'
cfManifest: 'src/manifest-dev.yml'
cfManifest: 'src/manifest.yml'
additionalDeployArgs: '-p bin/Debug/netcoreapp2.2/ubuntu.14.04-x64/publish'
createServices: false
bindServices: false