Skip to content

Commit

Permalink
Merge pull request #14 from NickEales/master
Browse files Browse the repository at this point in the history
Correctly handle post-domain join reboot
  • Loading branch information
theonlyway authored Aug 20, 2019
2 parents 7612837 + f133815 commit 6effbff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.psm1 diff=astextplain
*.psd1 diff=astextplain
Binary file modified DSCResources/xDSCDomainjoin/xDSCDomainjoin.psm1
Binary file not shown.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skip_commits:
#---------------------------------#
# environment configuration #
#---------------------------------#
version: '1.1.{build}'
version: '1.2.{build}'
os: WMF 5
pull_requests:
do_not_increment_build_number: true
Expand Down Expand Up @@ -49,7 +49,7 @@ deploy_script:
Write-Verbose -Message 'Creating project artifact' -Verbose
$stagingDirectory = (Resolve-Path -Path ..).Path
$manifest = Join-Path -Path $pwd -ChildPath '*.psd1' -Resolve
(Get-Content $manifest -Raw).Replace('1.1', $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
(Get-Content $manifest -Raw).Replace('1.2', $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
$zipFilePath = Join-Path -Path $stagingDirectory -ChildPath "$env:APPVEYOR_PROJECT_NAME-$env:APPVEYOR_BUILD_VERSION.zip"
Add-Type -AssemblyName System.IO.Compression.FileSystem
[System.IO.Compression.ZipFile]::CreateFromDirectory($pwd, $zipFilePath)
Expand Down
Binary file modified xDSCDomainjoin.psd1
Binary file not shown.

0 comments on commit 6effbff

Please sign in to comment.