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

Update Button.ps1 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Oct 27, 2020

  1. Update Button.ps1

    When I run the button command I get the following error "Cannot find path 'C:\Users\dean.west\Documents\PowerShell\Modules\MsftTeams\1.0.0\public\internal\ButtonJsonTemplate.psd1' because it does not exist."
    
    Looking at the repo internal should be private and when I run $PSScriptRoot. It automatically defined the fully-qualified filesystem path to the directory that contains the button script file. C:\Users\dean.west\Documents\PowerShell\Modules\MsftTeams\1.0.0\public
    
    I am a novice and added the code I know fixes the issue but I do not know if it's the most efficient way to get the path.
    deanwest authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    bef9190 View commit details
    Browse the repository at this point in the history