diff --git a/scripts/BuildTasks.ps1 b/scripts/BuildTasks.ps1 index 2a437b3d..57f6083d 100644 --- a/scripts/BuildTasks.ps1 +++ b/scripts/BuildTasks.ps1 @@ -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 `