From c1a821d03cd28e540eb5f3826ce64c6a48f4c6b5 Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Fri, 25 Aug 2023 22:20:35 +0200 Subject: [PATCH] [Feature] Framework Self-Contained, not more necessary to install .Net 6/7 sdk (#277), version 1.3.3.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ea4559..348f7ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ steps: - task: ArchiveFiles@2 displayName: 'Archive $(Build.ArtifactStagingDirectory)' inputs: - rootFolderOrFile: '$(Build.SourcesDirectory)\bin\AnyCPU\Release\net6.0-windows10.0.22000.0\publish\win-x64\' + rootFolderOrFile: '$(Build.SourcesDirectory)\bin\AnyCPU\Release\net7.0-windows10.0.22000.0\win-x64\' includeRootFolder: false archiveFile: '$(Build.ArtifactStagingDirectory)/SystemTrayMenu-$(AssemblyInfo.AssemblyVersion).zip'