This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new dd54e578a .build.runbuild.ps1: Specify to roll forward if another SDK
version is installed
dd54e578a is described below
commit dd54e578a87a9e21f0d5cadabc43613af0ac8dbf
Author: Shad Storhaug <[email protected]>
AuthorDate: Wed Jun 1 08:42:32 2022 +0700
.build.runbuild.ps1: Specify to roll forward if another SDK version is
installed
---
.build/runbuild.ps1 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.build/runbuild.ps1 b/.build/runbuild.ps1
index a164f577c..e40ab60cd 100644
--- a/.build/runbuild.ps1
+++ b/.build/runbuild.ps1
@@ -502,7 +502,8 @@ param(
$fileText = "{
""sources"": [ ""src"" ],
""sdk"": {
- ""version"": ""$sdkVersion""
+ ""version"": ""$sdkVersion"",
+ ""rollForward"": ""latestMajor""
}
}"
$dir = [System.IO.Path]::GetDirectoryName($file)