From b150f5e8c0a79aaa5f26bb73f79d32c25401b974 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 28 Aug 2019 22:30:43 +0100 Subject: [PATCH] Fixed publish path --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4dd024547..4acedf068 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ variables: testProj: '**/*.Tests.csproj' csProj: '**/*.csproj' buildConfiguration: 'Release' - publishLocation: '$(Build.SourcesDirectory)src/Ombi/bin/Release/netcoreapp2.2/' + publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp2.2/' pool: vmImage: 'ubuntu-latest'