Skip to content

Prepare to publish AzFilesHybrid on PSGallery #2

Prepare to publish AzFilesHybrid on PSGallery

Prepare to publish AzFilesHybrid on PSGallery #2

Workflow file for this run

name: Test AzFilesHybrid
on:
push:
paths:
- ".github/workflows/AzFilesHybrid.yml"
- "AzFilesHybrid/**"
pull_request:
paths:
- ".github/workflows/AzFilesHybrid.yml"
- "AzFilesHybrid/**"
jobs:
Check-manifest:
name: Check .psd1 manifest file
runs-on: windows-latest
defaults:
run:
working-directory: .\AzFilesHybrid
shell: pwsh
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
Install-Module Az
Install-Module Microsoft.Graph
- name: Check .psd1 file with Test-ModuleManifest
run: |
. .\init.ps1
Test-Manifest