[
https://issues.apache.org/jira/browse/IGNITE-15779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-15779:
------------------------------------
Description:
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
was:
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
> .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)