RedGate.Build 0.6.489-removeignored-xslt

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of RedGate.Build.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package RedGate.Build --version 0.6.489-removeignored-xslt
NuGet\Install-Package RedGate.Build -Version 0.6.489-removeignored-xslt
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RedGate.Build" Version="0.6.489-removeignored-xslt" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RedGate.Build --version 0.6.489-removeignored-xslt
#r "nuget: RedGate.Build, 0.6.489-removeignored-xslt"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RedGate.Build as a Cake Addin
#addin nuget:?package=RedGate.Build&version=0.6.489-removeignored-xslt&prerelease

// Install RedGate.Build as a Cake Tool
#tool nuget:?package=RedGate.Build&version=0.6.489-removeignored-xslt&prerelease

A Powershell module that can be used in our build scripts.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

# 0.6

- `Update-NuspecDependenciesVersions` now accepts the `-SpecificVersions` switch. Using the switch will use a specific version rather than a range for dependencies with three-part version numbers.
- `Invoke-NUnit3ForAssembly` and `Invoke-DotCoverForExecutable` now accept the optional `-TargetWorkingDirectory` parameter to specify the working directory for the tests to run in
- `Remove-IgnoredTests` now supports the NUnit 3 results xml format and uses an xslt transform to perform the removal

# 0.5

- New `Update-ProjectProperties` cmdlet that can be used to set various properties of a C# project file, such as Version, AssemblyVersion, FileVersion and PackageReleaseNotes. This provides an alternative to `Update-AssemblyVersion` as we progressively move away from using `AssemblyInfo.cs` files for project properties.
- `Select-ReleaseNotes` now preserves whitespace.

# 0.4

- `Invoke-SigningService` will now accept a NuGet package. The NuGet package is not directly signed itself. Instead, it is unpacked to a temporary folder, all the assembly dlls in the `lib` sub-folder are signed by the signing service, and then the NuGet package is reassembled.

# 0.3

- `Invoke-NUnitForAssembly` and `Invoke-NUnit3ForAssembly` can now import test results in both Teamcity and VSTS [#79](https://github.com/red-gate/RedGate.Build/pull/79)
- Add support for Powershell files to `Invoke-SigningService` [#77](https://github.com/red-gate/RedGate.Build/pull/77)
- Add new helper functions to write integration messages to CI servers other than Teamcity [#74](https://github.com/red-gate/RedGate.Build/pull/74), [#78](https://github.com/red-gate/RedGate.Build/pull/78)
- VSTS
- `Write-VSTSBuildNumber` (alias: `VSTS-BuildNumber`)
- `Write-VSTSImportNUnitReport` (alias: `VSTS-ImportNUnitReport`)
- `Write-VSTSLoggingCommand` (alias: `VSTS-LoggingCommand`)
- Generic. (Will call the Teamcity or VSTS functions when Teamcity or VSTS is detected)
- `Write-CIBuildNumber` (alias `CI-BuildNumber`)
- `Write-CIPublishArtifact` (alias: `CI-PublishArtifact`)

# 0.2

- First version with release notes [#76](https://github.com/red-gate/RedGate.Build/pull/76)