Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Remove GitVersion from docs #7
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonZiminSaritasa committed Nov 22, 2018
1 parent 77ae193 commit 8d0624d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,13 @@ You need following software installed:
- [Visual Studio 2017](https://www.visualstudio.com/downloads/)
- [psake](https://github.com/psake/psake)
- [Git](https://git-scm.com/)
- [GitVersion](https://gitversion.readthedocs.io/)
- [NuGet](https://www.nuget.org/)

You can easily install most software with Chocolatey package manager. To do that run `PowerShell` as administrator and type commands:

```
PS> iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
PS> choco install psake git gitversion.portable nuget.commandline
PS> choco install psake git nuget.commandline
```

Build Project
Expand Down
3 changes: 1 addition & 2 deletions docs/ConfigTransformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ Jenkins | Execute `psake clean`.
clean (psake) | Revert all changes in working copy.
Jenkins | Execute `psake publish-web`.
copy-configs (psake) | Replace variable placeholders with values in Web.Production.config.
update-version (psake) | Execute `GitVersion /updateassemblyinfo`.
GitVersion | Add or update AssemblyVersion, AssemblyInformationalVersion, AssemblyFileVersion attributes.
update-version (psake) | Add or update AssemblyVersion, AssemblyInformationalVersion, AssemblyFileVersion attributes.

0 comments on commit 8d0624d

Please sign in to comment.