Giter Club home page Giter Club logo

Comments (5)

chhoorn avatar chhoorn commented on May 18, 2024 2

Thanks for the detailed info. I was able to build after reverting to last week's bits. We will work to generate a nuget package for our use-case.

from cpp_client_telemetry.

maxgolov avatar maxgolov commented on May 18, 2024 1

We'll work on doc updates and more user-friendly nuget scripts, but as a lower priority (ETA: October-November). We might be able to resurrect the nuget package build, if that activity gets staffed / resourced by SLT. If you feel like there is a need for one centralized team in Azure PIE to provide the nuget, please highlight that ask to @tvilliers

from cpp_client_telemetry.

maxgolov avatar maxgolov commented on May 18, 2024

We don't currently officially support the nuget build process. This is a good resource that explains how to create a nuget and how nuspec works :
https://blogs.msdn.microsoft.com/mvpawardprogram/2016/06/28/creating-nuget-packages/

Linking issue is a recent regression from yesterday, you should be able to rollback to Friday's commit id. The fix for that issue is on code review in the list of open Pull Requests, to be merged tomorrow.

from cpp_client_telemetry.

maxgolov avatar maxgolov commented on May 18, 2024

In order to build the full set of binaries:

mkdir dist\aria-windows-sdk
build-all.bat
tools\sdk-create.cmd

This will build SDK and copy all binaries into dist folder.

After that please run the nuget packaging scripts, that are expecting the binaries in a certain location. You do not need to package the unrelated libraries (e.g. net40 SKU), only the ones you need for your product.

If you are packaging a nuget for native Universal Windows app, then you will use Microsoft.Applications.Telemetry.Windows.native.dll and its flavors (x86,x64,arm,arm64), both (Release,Debug). We do not provide code signing as part of our build pipeline. In order to provide a nuget consumable within your organization you have to rely on your org code signing pipeline.

If you are packaging a nuget for native Win32 Desktop app, then you will use the ClientTelemetry.dll and its flavors (x86,x64,arm64).

Linking issue described in your scenario is a recent regression. You can cherry-pick the fix from here to try, or wait until it gets merged in the master #93

The rest is a documentation issue for a process that we do not currently maintain nor officially support at this point due to resourcing constraints. Not a bug. I would suggest to review where the dlls get published after the build is done. Then review some common guidelines on creating a nuget package geared towards consumption within your org.

from cpp_client_telemetry.

reyang avatar reyang commented on May 18, 2024

Docs follow up #97.
@maxgolov do we have an issue to track the nuget script request?

from cpp_client_telemetry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.