Do you know how this (awesome) ps script can be used inside a TaskGroup?
By using $(AssemblyInfo.AssemblyVersion.Major) inside the VSTS TaskGroup you expose this as a required parameter in the consuming Build Definition and ONLY those values are used, not the read ones..?
Any ideas?
Thanks!
Do you know how this (awesome) ps script can be used inside a TaskGroup?
By using
$(AssemblyInfo.AssemblyVersion.Major)inside the VSTS TaskGroup you expose this as a required parameter in the consuming Build Definition and ONLY those values are used, not the read ones..?Any ideas?
Thanks!