Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Publish Universal.Apps.ActiveDirectory #6

Publish Universal.Apps.ActiveDirectory

Publish Universal.Apps.ActiveDirectory #6

name: Publish Universal.Apps.ActiveDirectory
on: [workflow_dispatch]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Publish
run: |
Install-Module -Name PowerShellGet -Force -SkipPublisherCheck -Scope CurrentUser -AllowClobber -Confirm:$false -AllowPrerelease
Publish-PSResource -Path .\Apps\Universal.Apps.ActiveDirectory -ApiKey $ENV:NUGETAPIKEY -Repository PSGallery -Verbose
shell: pwsh
env:
NUGETAPIKEY: ${{ secrets.PSGALLERYKEY }}