We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baef56d + f09027c commit fe810f3Copy full SHA for fe810f3
docs/build.ps1
@@ -4,6 +4,7 @@ foreach ($environment in $exampleEnvironments)
4
{
5
# bootstrap environment
6
$galleryPath = Join-Path $environment.FullName "Gallery"
7
+ New-Item -Path $galleryPath -Force -ItemType Directory | Out-Null
8
Get-ChildItem -Path "..\src\bin\Release" -Filter *.nupkg | Copy-Item -Destination $galleryPath
9
. (Join-Path $environment.FullName "Setup.ps1")
10
docs/examples
0 commit comments