docs/using/teamcity.md
| docs / using / teamcity.md |
|---|
When TeamCity pulls down your code, the squirrel.exe will sit under packages if it was added to your solution using NuGet.
%system.teamcity.build.workingDir%\packages\squirrel.windows.1.4.0\tools\squirrel --releasify [BUILD_SERVER_NUPKG_PATH]\%system.build.number%.nupkg -r [OUTPUT_PATH]
Note: Paths may vary depending on your structure so make sure to update the path information above correctly.
This will cause the appropriate files to be created just as if you had run it from the Package Manager Console.
Source: Issue #737
| Return: Table of Contents |
|---|