File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ stages:
6868 Write-Verbose -Verbose "Importing build utilities (buildtools.psd1)"
6969 Import-Module -Name $(Build.SourcesDirectory)/buildtools.psd1 -Force
7070 #
71- # Build for net472 framework
71+ # Build for net8.0 framework
7272 $(Build.SourcesDirectory)/build.ps1 -Build -Clean -BuildConfiguration Release -BuildFramework 'net8.0'
7373 displayName: Build module
7474
Original file line number Diff line number Diff line change @@ -112,20 +112,8 @@ function DoBuild
112112 ' NuGet.Protocol'
113113 ' NuGet.Versioning'
114114 ' OrasProject.Oras'
115- ' System.Buffers'
116- ' System.Diagnostics.DiagnosticSource'
117- ' System.IO.FileSystem.AccessControl'
118115 ' System.Memory.Data'
119- ' System.Memory'
120- ' System.Numerics.Vectors'
121- ' System.Runtime.CompilerServices.Unsafe'
122- ' System.Security.AccessControl'
123116 ' System.Security.Cryptography.ProtectedData'
124- ' System.Security.Principal.Windows'
125- ' System.Text.Encodings.Web'
126- ' System.Text.Json'
127- ' System.Threading.Tasks.Extensions'
128- ' System.ValueTuple'
129117 )
130118
131119 $buildSuccess = $true
You can’t perform that action at this time.
0 commit comments