File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ stages:
6969 Write-Verbose -Verbose "Importing build utilities (buildtools.psd1)"
7070 Import-Module -Name $(Build.SourcesDirectory)/buildtools.psd1 -Force
7171 #
72- $(Build.SourcesDirectory)/build.ps1 -Build -Clean -BuildConfiguration Release -BuildFramework 'net472 '
72+ $(Build.SourcesDirectory)/build.ps1 -Build -Clean -BuildConfiguration Release -BuildFramework 'net8.0 '
7373 displayName: Build Module
7474
7575 - pwsh : |
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ stages:
6969 Import-Module -Name $(Build.SourcesDirectory)/buildtools.psd1 -Force
7070 #
7171 # Build for net472 framework
72- $(Build.SourcesDirectory)/build.ps1 -Build -Clean -BuildConfiguration Release -BuildFramework 'net472 '
72+ $(Build.SourcesDirectory)/build.ps1 -Build -Clean -BuildConfiguration Release -BuildFramework 'net8.0 '
7373 displayName: Build module
7474
7575 - pwsh : |
You can’t perform that action at this time.
0 commit comments