File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,7 @@ extends:
80
80
inputs :
81
81
packageType : sdk
82
82
useGlobalJson : true
83
- - pwsh : |
84
- Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
85
- Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet
86
- ./tools/installPSResources.ps1 -PSRepository CFS
83
+ - pwsh : ./tools/installPSResources.ps1 -PSRepository CFS
87
84
displayName : Install PSResources
88
85
- pwsh : ./build.ps1 -Configuration Release -All
89
86
displayName : Build
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<VersionPrefix >$(ModuleVersion)</VersionPrefix >
5
- <TargetFrameworks >net6 ;net462</TargetFrameworks >
5
+ <TargetFrameworks >net8 ;net462</TargetFrameworks >
6
6
<AssemblyName >Microsoft.Windows.PowerShell.ScriptAnalyzer</AssemblyName >
7
7
<AssemblyVersion >$(ModuleVersion)</AssemblyVersion >
8
8
<PackageId >Engine</PackageId >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<VersionPrefix >$(ModuleVersion)</VersionPrefix >
5
- <TargetFrameworks >net6 ;net462</TargetFrameworks >
5
+ <TargetFrameworks >net8 ;net462</TargetFrameworks >
6
6
<AssemblyName >Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules</AssemblyName >
7
7
<AssemblyVersion >$(ModuleVersion)</AssemblyVersion >
8
8
<PackageId >Rules</PackageId >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 6.0.427"
3
+ "version" : " 8.0.406" ,
4
+ "rollForward" : " latestFeature"
4
5
}
5
6
}
You can’t perform that action at this time.
0 commit comments