Giter VIP home page Giter VIP logo

Comments (4)

andreasblueher avatar andreasblueher commented on July 4, 2024 1

Sorry for not replying to your other posts. I did setup a private agent, but wasn't able to install NVRAppDevOps or Navcontainerhelper due to the error message in my first post. Using the step from the pipeline did not solve the issue.

I'll recreate the virtual machine from scratch within the next 2 days and let you know if I run into those issues again. Thanks!

from msdyn365bc_apptemplate.

kine avatar kine commented on July 4, 2024

It is ok, the template will install the module each time. It is because it is planned to support hosted agents and in this case the process must install everything it needs to build sucessfully. I will try to add one step to the template - installing nuget tool - as part of the pipeline.

from msdyn365bc_apptemplate.

kine avatar kine commented on July 4, 2024

To install nuget tool in pipeline, you can use this task in yaml:

steps:
- task: NuGetToolInstaller@0
  displayName: 'Use NuGet 4.3.0'

See https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/nuget?view=vsts for more info.

from msdyn365bc_apptemplate.

kine avatar kine commented on July 4, 2024

The whole process is expecting that the environment is clean to be able to run even on Azure Hosted agents (but first I need to finetune the NavUserPassword authentication everywhere). Thus the install is running each time and if installed, than update is called. It should not display any interactive things, but if user installed the module manually system-wide, it could be in conflict, because the template is installing them into context of CurrentUser. In this case, try to uninstall all available versions of NVRAppDevOps and navcontainerhelper an let the pipeline to install them.

from msdyn365bc_apptemplate.

Related Issues (3)

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.