diff --git a/docs/build.ps1 b/docs/build.ps1 index f01589fa..10c294d6 100644 --- a/docs/build.ps1 +++ b/docs/build.ps1 @@ -4,6 +4,7 @@ foreach ($environment in $exampleEnvironments) { # bootstrap environment $galleryPath = Join-Path $environment.FullName "Gallery" + New-Item -Path $galleryPath -Force -ItemType Directory | Out-Null Get-ChildItem -Path "..\src\bin\Release" -Filter *.nupkg | Copy-Item -Destination $galleryPath . (Join-Path $environment.FullName "Setup.ps1") diff --git a/docs/examples b/docs/examples index a932c855..1884ab44 160000 --- a/docs/examples +++ b/docs/examples @@ -1 +1 @@ -Subproject commit a932c8550f32e808afc38bbb65a29ab85958b331 +Subproject commit 1884ab440a6e6a7d9a8578c4a4d6f216aac07c0a