Skip to content

Releases: JetBrains/teamcity-dotnet-plugin

Csproj and NuGet improvements

21 Mar 15:31
Compare
Choose a tag to compare
  • Hints does not work for sln files: #34
  • Add nuget push and delete commands: #27

Support for .net cli preview4

15 Feb 09:46
Compare
Choose a tag to compare

This release brings following features:

  • .net cli preview4 support
  • dotnet run command

Support of MSBuild based projects

13 Dec 12:43
Compare
Choose a tag to compare

This release brings support for MSBuild projects based on new csproj files (#26).

Usability fixes

28 Oct 13:16
Compare
Choose a tag to compare

#17 Added ability to define multiple packages sources for dotnet restore.
#14 Added ability to define multiple projects for dotnet build.
#18 Added ability to specify working directory for dotnet tool commands.
#23 Usage of dotnet tool startup time optimizations for CI environment.
#15 Improved reporting of .NET Core SDK

Add nuget package cache cleaner

26 Oct 19:09
Compare
Choose a tag to compare

Added nuget packages for build agents to remove packages in case of lack free disk space.

Update .NET CLI commands support

26 Oct 19:06
Compare
Choose a tag to compare

Project has been converted to Kotlin and updated .NET CLI commands support.

Retired DNX support

26 Oct 19:03
Compare
Choose a tag to compare

According to the breaking change in .NET Core tooling support DNX support become retired.

Toolchains configuration improvements

26 Oct 19:01
Compare
Choose a tag to compare

Added ability to customize toolchains location, reporting of toolchain path in build agent configuration parameters and set build agent steps requirements.

.NET CLI Support

26 Oct 18:57
Compare
Choose a tag to compare

Added following features:

  • .NET CLI commands
  • UI helpers for build steps
  • Auto-discovery of build steps
  • Improved detection of toolchains

Gradle build

26 Oct 18:52
Compare
Choose a tag to compare
Gradle build Pre-release
Pre-release

Conveted project from Idea-based to gradle build