Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 09317b8

Browse files
SPA templates have now moved to the aspnet/templating repo
1 parent a0269fb commit 09317b8

File tree

245 files changed

+12
-25700
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+12
-25700
lines changed

.appveyor.yml

-23
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,9 @@ install:
1111
- ps: (New-Object System.Net.WebClient).DownloadFile($urlCurrent, $tempFileCurrent)
1212
- ps: Add-Type -AssemblyName System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::ExtractToDirectory($tempFileCurrent, $env:DOTNET_INSTALL_DIR)
1313
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
14-
build_script:
15-
- ps: Push-Location
16-
- cd templates/package-builder
17-
- npm install
18-
- npm run build
19-
- ps: Pop-Location
20-
artifacts:
21-
- path: templates\package-builder\artifacts\*.nupkg
22-
name: Microsoft.AspNetCore.SpaTemplates
23-
type: NuGetPackage
24-
# - ps: .\build.ps1
2514
clone_depth: 1
2615
environment:
2716
global:
2817
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2918
DOTNET_CLI_TELEMETRY_OPTOUT: 1
30-
test_script:
31-
- dotnet restore
32-
- ps: Push-Location
33-
- cd test
34-
- npm install selenium-standalone
35-
- ps: Start-Process node './start-selenium.js'
36-
- npm install
37-
- npm test
38-
on_finish :
39-
- ps: Pop-Location
40-
# After running tests, upload results to Appveyor
41-
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
4219
deploy: off

JavaScriptServices.sln

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26730.10
4+
VisualStudioVersion = 15.0.26730.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{27304DDE-AFB2-4F8B-B765-E3E2F11E886C}"
77
ProjectSection(SolutionItems) = preProject
@@ -31,8 +31,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Webpack", "samples\misc\Web
3131
EndProject
3232
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NodeServicesExamples", "samples\misc\NodeServicesExamples\NodeServicesExamples.csproj", "{93EFCC5F-C6EE-4623-894F-A42B22C0B6FE}"
3333
EndProject
34-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{1598B415-73F1-4B37-B3B4-0A10677ABB2D}"
35-
EndProject
3634
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{645F7363-1240-4FB6-9422-B32A327C979F}"
3735
ProjectSection(SolutionItems) = preProject
3836
Directory.Build.props = Directory.Build.props

templates/Directory.Build.props

-3
This file was deleted.

templates/Directory.Build.targets

-3
This file was deleted.

templates/Microsoft.AspNetCore.SpaTemplates/Microsoft.AspNetCore.SpaTemplates.nuspec

-23
This file was deleted.

templates/Microsoft.AspNetCore.SpaTemplates/aurelia/.gitignore

-237
This file was deleted.

templates/Microsoft.AspNetCore.SpaTemplates/aurelia/.template.config/dotnetcli.host.json

-17
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)