Als «teamcity» getaggte Fragen

TeamCity von JetBrains ist ein kontinuierliches Integrationstool und ein verteiltes Java-basiertes Build-Management-System, das für Teams mit einem agilen Entwicklungsansatz von großem Nutzen sein kann.

96
msbuild.exe bleibt offen und sperrt Dateien

Ich benutze TeamCity, das wiederum msbuild (.NET 4) aufruft. Ich habe ein seltsames Problem darin, dass msbuild.exe nach Abschluss eines Builds geöffnet bleibt (und es scheint keine Rolle zu spielen, ob es ein erfolgreicher Build war oder nicht) und eine der Dateien sperrt, dh jedes Mal, wenn...

73
Warum sind meine PowerShell-Exit-Codes immer "0"?

Ich habe ein PowerShell-Skript wie folgt ##teamcity[progressMessage 'Beginning build'] # If the build computer is not running the appropriate version of .NET, then the build will not run. Throw an error immediately. if( (ls "$env:windir\Microsoft.NET\Framework\v4.0*") -eq $null ) { throw "This...