Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow builds to specialise the package ID of generated Runtime, Visualisers, and Compiler NuGet packages #236

Merged
merged 5 commits into from
Apr 23, 2020

Conversation

jonathantims
Copy link
Contributor

This allows you to avoid confusion of private internal versions of these packages, with those on nuget.org or other feeds with other privately build versions.

@@ -5,6 +5,7 @@
<Description>Infer.NET is a framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming. This package contains the Infer.NET Compiler, which takes model descriptions written using the Infer.NET API and converts them into inference code.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>$(AssemblyNamePrefix)Microsoft.ML.Probabilistic.Compiler</AssemblyName>
<PackageId>$(AssemblyName)(NuGetPackageIdSuffix)</PackageId>
Copy link

@m3nikma7i m3nikma7i Apr 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lacks $.

Did this actually produce the correct packages? (Builds are gone...)

What will $(NugetPackageIdSuffix) be set to? Could you please provide examples of how the package names would look like?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed in person.

@jonathantims jonathantims merged commit 399236c into master Apr 23, 2020
@jonathantims jonathantims deleted the jotims/pr/enable-package-suffix branch April 23, 2020 19:35
tminka pushed a commit to kant2002/infer that referenced this pull request Aug 24, 2020
…lisers, and Compiler NuGet packages (dotnet#236)

This allows you to avoid confusion of private internal versions of these packages, with those on nuget.org or other feeds with other privately build versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants