NUKE/common v0.23.3 Release Notes
Release Date: 2019-11-02 // about 5 years ago-
- ๐ Fixed separator in Azure Pipelines service messages
Previous changes from v0.23.0
-
- ๐ Changed target frameworks to
netcoreapp3.0
andnet472
- ๐ Changed
AzureDevOps
toAzurePipelines
- ๐ Changed
CheckBuildProjectConfigurationsAttribute
to skip dot-prefixed directories - โ Removed
ProjectFromAttribute
- โ Removed
MSBuildTasks.MSBuildParseProject
- โ Removed
GitVersion.GetNormalizedAssemblyVersion
andGetNormalizedFileVersion
- โ Added NuGet package resolution from
project.assets.json
file - โ Added CI interface resolution via
CIAttribute
- โ Added
Bamboo
interface - โ Added
TeamCityImportDotCoverPathAttribute
to address version mismatch - โ Added
GitHubActionsAttribute
for configuration generation - โ Added
AzurePipelinesAttribute
for configuration generation - โ Added
AppVeyorAttribute
for configuration generation - โ Added execution of
dotnet build-server shutdown
when build has finished - โ Added
NpmCi
task - ๐ Fixed
TeamCity
parameter dictionaries to use original keys - ๐ Fixed NuGet package resolution for project files without
PackageReference
items - ๐ Fixed code inspections in PowerShell script
- ๐ Fixed resolution for legacy package directories
- ๐ Fixed generation of
Partition
parameter and script paths - ๐ Fixed
ToolPathResolver
to support global tool packages - ๐ Fixed
ReportGeneratorTasks
andGitVersionTasks
by providingFramework
property
- ๐ Changed target frameworks to