Skip to content

Commit

Permalink
Fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Sep 18, 2024
1 parent 9ec792c commit b93d58d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-powershell-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
./PSSailpoint/v2024/Build.ps1
./PSSailpoint/beta/Build.ps1
Import-Module -Name '.\PSSailpoint\beta\src\Tm.Beta' -Verbose
Import-Module -Name '.\PSSailpoint\v3\src\Tm.V3' -Verbose
Import-Module -Name '.\PSSailpoint\v2024\src\Tm.V2024' -Verbose
Import-Module -Name '.\PSSailpoint\beta\src\PSSailpoint.Beta' -Verbose
Import-Module -Name '.\PSSailpoint\v3\src\PSSailpoint.V3' -Verbose
Import-Module -Name '.\PSSailpoint\v2024\src\PSSailpoint.V2024' -Verbose
. .\Tm\Configuration.ps1
. .\Tm\Pagination.ps1
. .\PSSailpoint\Configuration.ps1
. .\PSSailpoint\Pagination.ps1
- name: After SDK Build
if: steps.buildSDK.outcome == 'success'
Expand Down

0 comments on commit b93d58d

Please sign in to comment.