Skip to content

Commit

Permalink
Use Exec statement in script #30
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonZiminSaritasa committed Nov 10, 2017
1 parent 40f6c30 commit 8e1f168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/BuildTasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Task pre-build -depends download-nuget `

# Use following command to revert the files:
# git checkout -- **/AssemblyInfo.cs
GitVersion.exe /updateassemblyinfo
Exec { GitVersion.exe /updateassemblyinfo }
}

Task get-version `
Expand Down

0 comments on commit 8e1f168

Please sign in to comment.