Test script and gitignore

This commit is contained in:
Ryan Brandenburg 2019-06-05 11:48:35 -07:00
parent a45f8ee596
commit 2f1da8c128
2 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package-lock.json
tmp/
CustomHive/
angular/
blazorserverside/
mvc/
razor/
react/

View File

@ -0,0 +1,12 @@
#!/usr/bin/env pwsh
#requires -version 4
[CmdletBinding(PositionalBinding = $false)]
param()
Set-StrictMode -Version 2
$ErrorActionPreference = 'Stop'
. $PSScriptRoot\Test-Template.ps1
Test-Template "blazorserverside" "blazorserverside" "Microsoft.DotNet.Web.ProjectTemplates.3.0.3.0.0-dev.nupkg" $false