Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit f033d77

Browse files
Update getmain.ps1
1 parent b5a2a39 commit f033d77

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

getmain.ps1

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ Invoke-WebRequest $source -OutFile ui.zip
44

55
Expand-Archive ui.zip
66

7-
if (!(Test-Path -Path Quickstart)) { mkdir Quickstart }
8-
if (!(Test-Path -Path Views)) { mkdir Views }
7+
if (!(Test-Path -Path Pages)) { mkdir Pages }
98
if (!(Test-Path -Path wwwroot)) { mkdir wwwroot }
109

11-
copy .\ui\IdentityServer.Quickstart.UI-main\Quickstart\* Quickstart -recurse -force
12-
copy .\ui\IdentityServer.Quickstart.UI-main\Views\* Views -recurse -force
10+
copy .\ui\IdentityServer.Quickstart.UI-main\Pages\* Pages -recurse -force
1311
copy .\ui\IdentityServer.Quickstart.UI-main\wwwroot\* wwwroot -recurse -force
1412

1513
del ui.zip

0 commit comments

Comments
 (0)