Skip to content

Commit

Permalink
Update build definition to exlude .net core 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madd0 committed Nov 13, 2022
1 parent 53d9204 commit f9a6d0b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ steps:
archiveFile: '$(Build.ArtifactStagingDirectory)/Madd0.AzureStorageDriver.lpx'
replaceExistingArchive: true

- task: ArchiveFiles@2
displayName: Create .NET Core 3.0 lpx6
inputs:
rootFolderOrFile: '$(Build.BinariesDirectory)/$(buildConfiguration)/netcoreapp3.0'
includeRootFolder: false
archiveType: 'zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/Madd0.AzureStorageDriver.netcore30.lpx6'
replaceExistingArchive: true

- task: ArchiveFiles@2
displayName: Create .NET Core 3.1 lpx6
inputs:
Expand Down

0 comments on commit f9a6d0b

Please sign in to comment.