Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
2 changes: 1 addition & 1 deletion build.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ function Find-Dotnet() {
$dotnetCLIInstalledVersion = Get-LatestInstalledSDK
Pop-Location

Write-Verbose "dotnetCLIInstalledVersion = $dotnetCLIInstalledVersion; chosenDotNetVersion = $chosenDotNetVersion"
Write-Verbose -Message "Find-DotNet: dotnetCLIInstalledVersion = $dotnetCLIInstalledVersion; chosenDotNetVersion = $chosenDotNetVersion"

if ($dotnetCLIInstalledVersion -ne $chosenDotNetVersion) {
Write-Warning "The 'dotnet' in the current path can't find SDK version ${dotnetCLIRequiredVersion}, prepending $dotnetPath to PATH."
Expand Down
2 changes: 1 addition & 1 deletion tools/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
"Type": "nuget",
"Nuget": {
"Name": "StyleCop.Analyzers.Unstable",
"Version": "1.2.0.376"
"Version": "1.2.0.406"
}
},
"DevelopmentDependency": true
Expand Down
2 changes: 2 additions & 0 deletions tools/packaging/packaging.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
'New-DotnetSdkContainerFxdPackage'
'New-ExePackage'
'New-GlobalToolNupkg'
'New-ILNugetPackageSource'
'New-ILNugetPackageFromSource'
'New-ILNugetPackage'
'New-MSIPatch'
'New-PSBuildZip'
Expand Down
Loading