Giter VIP home page Giter VIP logo

azure-pipelines-aad-b2c-policy-tasks's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

azure-pipelines-aad-b2c-policy-tasks's Issues

Problem on publish task

Hello!

I'm trying to use your lib to publish my policies and i'm receiving the following error on the publish task:
image

Here is my pipeline:

trigger:
  branches:
    include:
    - develop
  paths:
    include:
    - assets/policies/dev/nutricionista/*
    exclude:
    - src/*
    - .azure/*

pool:
  vmImage: 'windows-latest'

variables:
- name: 'ps1FilePath'
  value: 'assets/scripts/DeployToB2c.ps1'
- name: 'policiesPath'
  value: './assets/policies/dev/nutricionista'

- group: dietbox-env-vars-b2c-nutricionista-dev

steps:
- task: b2c-policy-build@1
  displayName: Build policies
  inputs:
    environment: "Development"
    inputFolder: "$(Build.Repository.LocalPath)/$(policiesPath)"
    outputFolder: "$(Build.ArtifactStagingDirectory)/policies"

- task: b2c-policy-publish@1
  displayName: Publish policies
  inputs:
    inputFolder: "$(Build.ArtifactStagingDirectory)/policies"
    authority: "https://login.microsoftonline.com/$(tenantId)"
    clientId: "$(clientId)"
    clientSecret: "$(clientSecret)"

Add support for specifying the location of appsettings.json

When using VSCode extension it automatically creates the appsettings.json file in the project root but the Azure DevOps task expects the appsettings.json file to be in the policies folder otherwise it fails with the following error:

##[error]Unhandled: ENOENT: no such file or directory, open '/home/vsts/work/1/s/policies/appsettings.json'

It would be good if this feature was supported so we can get the best developer experience.

Current workaround
Add one additional step to the pipeline to copy appsettings.json inside the policies folder.

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.