Skip to content

Commit

Permalink
User management param update (#69)
Browse files Browse the repository at this point in the history
* Permissions added for user management

* Fix output folder for Publish Production Param
  • Loading branch information
karthickgandhiTV authored Nov 22, 2023
1 parent d09d781 commit ee697c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
shell: pwsh
run: |
$ProgressPreference='SilentlyContinue'
Publish-Module -Path $env:GITHUB_WORKSPACE/Build/Output/ -NuGetApiKey $env:NUGET_APIKEY_PRODUCTION
Publish-Module -Path $env:GITHUB_WORKSPACE/Build/TeamViewerPS/ -NuGetApiKey $env:NUGET_APIKEY_PRODUCTION
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/Build/Output
/Build/TeamViewerPS
2 changes: 1 addition & 1 deletion Build/New-Package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

param(
[Parameter()]
[string]$Build_OutputPath = "$(Resolve-Path "$PSScriptRoot\..")\Build\Output"
[string]$Build_OutputPath = "$(Resolve-Path "$PSScriptRoot\..")\Build\TeamViewerPS"
)

$Repo_RootPath = Resolve-Path -Path "$PSScriptRoot\.."
Expand Down

0 comments on commit ee697c3

Please sign in to comment.