[ 
https://issues.apache.org/jira/browse/IGNITE-15779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431256#comment-17431256
 ] 

Ivan Daschinsky edited comment on IGNITE-15779 at 10/21/21, 3:51 PM:
---------------------------------------------------------------------

Also, we should skip building {{docfx}} docs in [1] Build .NET and C++, because 
we build it twice, second time during assembly binaries step.
So, windows step should only build odbc msi installers, nothing more.

I have fixed some parts in build scripts, now build on TC2 is passed on my PR
.NET binaries and nugets should be built in one command
{code}
pwsh ./build.ps1 -skipJava -skipExamples
{code}

[TC2 build| 
https://ci2.ignite.apache.org/buildConfiguration/Releases_NightlyRelease_RunApacheIgniteNightlyRelease/6181276]


was (Author: ivandasch):
Also, we should skip building {{docfx}} docs in [1] Build .NET and C++, because 
we build it twice, second time during assembly binaries step.
So, windows step should only build odbc msi installers, nothing more.

I have fixed some parts in build scripts, now build on TC2 is passed on my PR
.NET binaries and nugets should be built in one command
{code}
pwsh ./.build.ps1 -skipJava -skipExamples
{code}

[TC2 build| 
https://ci2.ignite.apache.org/buildConfiguration/Releases_NightlyRelease_RunApacheIgniteNightlyRelease/6181276]

> .NET: NuGet packaging is broken in release builds
> -------------------------------------------------
>
>                 Key: IGNITE-15779
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15779
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.12
>            Reporter: Pavel Tupitsyn
>            Assignee: Petr Ivanov
>            Priority: Blocker
>              Labels: .NET
>             Fix For: 2.12
>
>
> Project refactoring in IGNITE-15504 has caused release builds on TeamCity to 
> fail, both Main and Nightly:
> https://ci.ignite.apache.org/buildConfiguration/Releases_NightlyRelease_ApacheIgniteNightlyReleaseAssembleNugetPackages?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds#all-projects
> Right now we use a complicated sequence of configurations:
> * Build .NET binaries (dlls) on Windows
> * Build jars and binary packages (zip with dlls and jars) on Linux
> * Build NuGets (with dlls and jars) on Windows
> All parts of .NET can be now built on Linux, so the plan is:
> * Remove .NET logic from "[1] Build .Net and C++" configuration
> * Remove "[3] Build & Upload Nuget Staging Packages", put this logic into 
> "[1] Release Build"
> ** One step "pwsh ./.build.ps1 -skipJava" will create dlls and nuget packages 
> ** We can upload nuget packages together with rpm/deb and other binaries to 
> Apache SVN for vote



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to