From d49d74bfc43a067802450dabbb18f8042b37c6f2 Mon Sep 17 00:00:00 2001 From: Hananiel Sarella Date: Fri, 23 Aug 2019 21:04:00 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad333e9..5eee5f1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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