Skip to content

Commit

Permalink
Updated worker to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Nov 13, 2023
1 parent 3d74647 commit 76ebf25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ModuleBuildTestRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
Build_Stage_Package_Module:
name: Package Module
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -44,9 +44,9 @@ jobs:
Write-Output "No new version of Microsoft365DSC found. Skipping build."
exit 1
}
shell: pwsh
shell: powershell
- name: Build & Package Module
shell: pwsh
shell: powershell
run: './build.ps1 -ResolveDependency -Tasks Build' # Pack' -> Changed from Pack to Build. Pack does not work with nested required modules.
env:
ModuleVersion: ${{ steps.GitVersion.outputs.ModuleVersion }}
Expand Down

0 comments on commit 76ebf25

Please sign in to comment.