Skip to content

Commit

Permalink
List modules
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jul 31, 2024
1 parent 3d34114 commit e878c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ jobs:
$env:DOTNET_CLI_UI_LANGUAGE="en_US"
Register-PSRepository -Name Local_Nuget_Feed -SourceLocation $env:GITHUB_WORKSPACE\bin -PublishLocation $env:GITHUB_WORKSPACE\bin -InstallationPolicy Trusted
Install-Module MASES.JNetPS -Repository Local_Nuget_Feed
Get-InstalledModule
${{ github.workspace }}/bin/JNetPSTest.ps1
env:
JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ENCODED_2_5_17 }}
Expand All @@ -337,6 +338,7 @@ jobs:
$env:DOTNET_CLI_UI_LANGUAGE="en_US"
Register-PSRepository -Name Local_Nuget_Feed -SourceLocation $env:GITHUB_WORKSPACE\bin -PublishLocation $env:GITHUB_WORKSPACE\bin -InstallationPolicy Trusted
Install-Module MASES.JNetPS -Repository Local_Nuget_Feed
Get-InstalledModule
${{ github.workspace }}\bin\JNetPSTest.ps1
env:
JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ENCODED_2_5_17 }}
Expand Down

0 comments on commit e878c4a

Please sign in to comment.