This commit is contained in:
Mr Finchum 2025-01-14 22:10:03 +01:00
parent 0751d4aa26
commit bf95b63a1d

View file

@ -1,5 +1,4 @@
--- ---
.versioning:gitversion: .versioning:gitversion:
image: image:
name: mcr.microsoft.com/dotnet/sdk:9.0 name: mcr.microsoft.com/dotnet/sdk:9.0
@ -25,6 +24,7 @@
grep 'GitVersion_Minor=' gitversion.properties >> gitversion.env grep 'GitVersion_Minor=' gitversion.properties >> gitversion.env
grep 'GitVersion_Patch=' gitversion.properties >> gitversion.env grep 'GitVersion_Patch=' gitversion.properties >> gitversion.env
grep 'GitVersion_MajorMinorPatch=' gitversion.properties >> gitversion.env grep 'GitVersion_MajorMinorPatch=' gitversion.properties >> gitversion.env
grep 'GitVersion_BuildMetaData=' gitversion.properties >> gitversion.env
artifacts: artifacts:
reports: reports:
# propagates variables into the pipeline level # propagates variables into the pipeline level