Skip to content

Commit

Permalink
[Feature] Update to .NET 6 (#157), version 1.0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofknecht committed Nov 16, 2021
1 parent e45c97b commit 675facc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
inputs:
packageType: sdk
version: 6.0.x
# version: 3.1.102
# version: 3.1.102

#- task: NuGetCommand@2
# displayName: NuGet restore
Expand Down Expand Up @@ -89,8 +89,9 @@ steps:

- task: ArchiveFiles@2
displayName: 'Archive $(Build.ArtifactStagingDirectory)'
inputs:
rootFolderOrFile: '$(Build.SourcesDirectory)\bin\AnyCPU\Release\netcoreapp3.1\'
inputs:net6.0-windows10.0.22000.0
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\'
# rootFolderOrFile: '$(Build.SourcesDirectory)\bin\x86\Release\netcoreapp3.1\'
includeRootFolder: false
Expand Down

0 comments on commit 675facc

Please sign in to comment.