From abd8183d3683993352ba1cdca7f2e7725271476f Mon Sep 17 00:00:00 2001 From: "veo.chen" <101071188+veochen-octopus@users.noreply.github.com> Date: Fri, 22 Dec 2023 19:20:53 +1300 Subject: [PATCH] Generate compatible build number with gitversion (#82) --- gitversion.yml | 1 + global.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 gitversion.yml diff --git a/gitversion.yml b/gitversion.yml new file mode 100644 index 0000000..c1a0dc7 --- /dev/null +++ b/gitversion.yml @@ -0,0 +1 @@ +mode: ContinuousDeployment \ No newline at end of file diff --git a/global.json b/global.json index 68eeba6..f8d33ac 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,7 @@ { "sdk": { "version": "6.0.300", - "rollForward": "latestFeature" + "rollForward": "latestFeature", + "allowPrerelease": false } } \ No newline at end of file