Skip to content

IlyaAI/TeamCity.AnFake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnFake Runner for TeamCity

Provides TeamCity build runner which executes AnFake scripts.

Build

mvn package

Install to TeamCity

  1. Copy 'anfake-runner/target/anfake-runner-1.0.zip' to '<TeamCity Data Directory>/plugins' directory.
  2. Restart the TeamCity server and check 'Administration > Plugins List' to verify the plugin was installed correctly.

Setup Build Configuration

  1. Add the first build step with runner 'AnFake Restore'. This step restores NuGet solution-level packages (usually this is just AnFake itself).
  2. Add the second step: 'AnFake Runner'. This step runs AnFake with specified build script (default: build.fsx) and targets (default: Build).

TFS

If you use TFS version control then you need some additional setup.

  1. In 'Version Control Settings > VCS checkout mode' select 'Do not checkout automatically'.
  2. Add build step 'AnFake TFS Workspacer' before 'AnFake Restore'. This step checks out the workspace definition file ('.workspace') creates TFS workspace with appropriate mappings and downloads all necessary sources.

About

TeamCity build runner for AnFake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages