From bed87ced60657b14e6d22cee498ba6e4f14d12e0 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 22 Jul 2019 21:38:12 -0400 Subject: [PATCH] Update build --- Weather/SerialReader/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Weather/SerialReader/azure-pipelines.yml b/Weather/SerialReader/azure-pipelines.yml index 7a21efd..99f88eb 100644 --- a/Weather/SerialReader/azure-pipelines.yml +++ b/Weather/SerialReader/azure-pipelines.yml @@ -34,5 +34,5 @@ steps: - task: PublishBuildArtifacts@1 inputs: PathtoPublish: 'Weather/SerialReader/deploy/service.yaml' - ArtifactName: 'service.yaml' + ArtifactName: 'Manifest' publishLocation: 'Container' \ No newline at end of file