From 5830f530c20d5f1b5b777d5f6b894941a5aa6760 Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Tue, 16 Nov 2021 20:31:42 +0100 Subject: [PATCH] [Feature] Update to .NET 6 (#157), version 1.0.27.1 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d1c2d67..6ffab99 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -89,7 +89,7 @@ steps: - task: ArchiveFiles@2 displayName: 'Archive $(Build.ArtifactStagingDirectory)' - inputs:net6.0-windows10.0.22000.0 + inputs: rootFolderOrFile: '$(Build.SourcesDirectory)\bin\AnyCPU\Release\net6.0-windows10.0.22000.0\' # rootFolderOrFile: '$(Build.SourcesDirectory)\bin\AnyCPU\Release\netcoreapp3.1\' # rootFolderOrFile: '$(Build.SourcesDirectory)\bin\x64\Release\netcoreapp3.1\'