teamcity-dotnet-plugin icon indicating copy to clipboard operation
teamcity-dotnet-plugin copied to clipboard

TeamCity plugin for .NET projects

Results 16 teamcity-dotnet-plugin issues
Sort by recently updated
recently updated
newest added

When I try to start a build I get this: dotnet restore Starting: .NET SDK 6.0.301 "C:\Program Files\dotnet\dotnet.exe" restore B:\BuildAgents\work\d1489dc070d6d243\MSBuildTasks.sln --source https://api.nuget.org/v3/index.json --source https://localhost:8111/httpAuth/app/nuget/feed/_Root/default/v2 @B:\BuildAgents\BuildAgent3\temp\agentTmp\1.rsp in directory: B:\BuildAgents\work\d1489dc070d6d243 MSBUILD :...

bug

I am having the same problem as [Issue 85](https://github.com/JetBrains/teamcity-dotnet-plugin/issues/85) I am using the latest version of Team City [2022.04.1 (build 108575)] and the latest version of .net 6 SDK (6.0.301)...

although my DOTNET_HOME was set correctly (/usr/share/dotnet) the documentation shows the detection algorithm for dotnet but why not also for MSBuild? https://www.jetbrains.com/help/teamcity/msbuild.html Mine just can't find the MSBuild path at...

question

I have a linux build agent running on RedHat Enterprise Linux 8. The agent is up and running and I have .NET core installed on it: ``` [me@teamcity-linux-agent-rhel8-1 conf]$ dotnet...

When using the dotnet .CLI, we can't use a parameter like "--logger trx;LogFileName=results.trx" to output a test result file (for eventual pickup via SonarQube). Please provide a way to output...

A build keeps going red because it cannot find a specified nuget package from our private feed. We are using the .Net build step with the "restore" command. If i...

This problem started happening after we downloaded and installed the latest teamcity patch made available this week. The behavior: running the ".NET" runner with "restore" against a private repo that...

bug

The page https://plugins.jetbrains.com/plugin/9190?pr=teamcity is borken, even the site. Thanks

I'm trying to use this on Ubuntu but I cannot get it to detect the dotnet cli. I have installed the cli and it didn't detect it automaticly. I also...

bug

TC 2017.2.4 (build 51228) 1. Create build step "dotnet test" with dotCover enabled 2. Clone "dotnet test" step and change to "dotnet build" on the clone, reorder clone to be...

bug