Evgeny Morozov
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Evgeny Morozov created a post, How to run different scripts on Windows and Linux as part of the same build
I have some build configurations that could run on either Windows or Linux (they build .NET Core code), except that there are a few little command line steps. Since the syntax of batch files on Win... -
Evgeny Morozov created a post, Git checking triggers build for every new branch even though there are no changes (that are not excluded)
We have many builds configured for the same git repository with VCS trigger rules that look like this: +:.-:other_project_dir1/**-:other_project_dir2/** There is also a branch filter, like this: +:... -
Evgeny Morozov commented, -
-
Evgeny Morozov created a post, How to stop a build without marking it "failed"
Using TeamCity 2018.1.1. We have several build configurations building the same git repo, but not all are applicable to all branches. They run a build step at the beginning of the build to check if... -
Evgeny Morozov created a post, rsync to server using uploaded SSH key
I want to use rsync to deploy build artifacts to a Linux server (both for speed and to delete files from the server that no longer exist in the build output). There doesn't seem to be a plugin for ...