This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new fe53e7d5c5 IGNITE-23575 Fix docfx build on CI (#4656)
fe53e7d5c5 is described below

commit fe53e7d5c5cddc336c82af4fd783347f95244b5b
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Wed Oct 30 13:14:33 2024 +0200

    IGNITE-23575 Fix docfx build on CI (#4656)
    
    Disable `setVersionVariables` in GitVersioning config to fix docfx build 
hang.
    
    More details: https://github.com/dotnet/docfx/issues/10144
---
 modules/platforms/dotnet/version.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/platforms/dotnet/version.json 
b/modules/platforms/dotnet/version.json
index 7b9d1fb544..f56390e356 100644
--- a/modules/platforms/dotnet/version.json
+++ b/modules/platforms/dotnet/version.json
@@ -6,6 +6,7 @@
         "^refs/heads/\\d+.*$"
     ],
     "cloudBuild": {
+        "setVersionVariables": false,
         "buildNumber": {
             "enabled": false
         }

Reply via email to