diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff033f1..a8b0d59 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -86,7 +86,7 @@ steps: - task: ArchiveFiles@2 displayName: 'Archive $(Build.ArtifactStagingDirectory)' inputs: - rootFolderOrFile: '$(Build.SourcesDirectory)\bin\Release\netcoreapp3.1' + rootFolderOrFile: '$(Build.SourcesDirectory)\bin\Release\netcoreapp3.1\' archiveFile: '$(Build.ArtifactStagingDirectory)/SystemTrayMenu-$(AssemblyInfo.AssemblyVersion).zip' - task: PublishBuildArtifacts@1