From 9fe0f4819fa8027c995dbfb7702619ddbe4bbac8 Mon Sep 17 00:00:00 2001 From: ddieruf Date: Tue, 15 Oct 2019 14:39:50 -0400 Subject: [PATCH] Fix sln name in pipeline --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a250f25..8fab793 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ pool: vmImage: 'ubuntu-latest' steps: -- script: dotnet publish './src/blazor-site.sln' --output './publish' --configuration Release --framework netcoreapp3.0 +- script: dotnet publish './src/Steeltoe-MainSite.sln' --output './publish' --configuration Release --framework netcoreapp3.0 - task: CopyFiles@2 inputs: