Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/submodules/spa-templates
Submodule spa-templates updated 40 files
+1 −1 eng/Versions.props
+4 −0 eng/common/BuildConfiguration/build-configuration.json
+0 −35 eng/common/cross/arm/tizen-build-rootfs.sh
+0 −170 eng/common/cross/arm/tizen-fetch.sh
+0 −170 eng/common/cross/arm64/tizen-fetch.sh
+0 −35 eng/common/cross/armel/tizen-build-rootfs.sh
+0 −170 eng/common/cross/armel/tizen-fetch.sh
+12 −8 eng/common/cross/build-rootfs.sh
+29 −3 eng/common/cross/tizen-build-rootfs.sh
+172 −0 eng/common/cross/tizen-fetch.sh
+12 −1 eng/common/cross/toolchain.cmake
+9 −0 eng/common/cross/x64/tizen/tizen.patch
+0 −35 eng/common/cross/x86/tizen-build-rootfs.sh
+0 −170 eng/common/cross/x86/tizen-fetch.sh
+43 −2 eng/common/generate-locproject.ps1
+38 −45 eng/common/native/init-compiler.sh
+1 −1 eng/common/sdk-task.ps1
+16 −0 eng/common/templates/job/job.yml
+8 −6 eng/common/templates/job/onelocbuild.yml
+1 −6 eng/common/templates/job/publish-build-assets.yml
+3 −3 eng/common/templates/job/source-index-stage1.yml
+0 −4 eng/common/templates/post-build/common-variables.yml
+0 −6 eng/common/templates/post-build/post-build.yml
+2 −2 eng/common/templates/variables/pool-providers.yml
+8 −4 eng/common/tools.ps1
+7 −9 eng/common/tools.sh
+2 −2 src/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj
+4 −0 src/content/Angular-CSharp/.template.config/dotnetcli.host.json
+2 −1 src/content/Angular-CSharp/.template.config/localize/templatestrings.en.json
+6 −6 src/content/Angular-CSharp/.template.config/template.json
+24 −24 src/content/Angular-CSharp/ClientApp/package-lock.json
+1 −0 src/content/Angular-CSharp/ClientApp/proxy.conf.js
+4 −0 src/content/React-CSharp/.template.config/dotnetcli.host.json
+2 −1 src/content/React-CSharp/.template.config/localize/templatestrings.en.json
+6 −6 src/content/React-CSharp/.template.config/template.json
+6 −6 src/content/React-CSharp/ClientApp/README.md
+21 −42 src/content/React-CSharp/ClientApp/package-lock.json
+3 −3 src/content/React-CSharp/ClientApp/public/index.html
+0 −0 src/content/React-CSharp/ClientApp/public/manifest.webmanifest
+1 −0 src/content/React-CSharp/ClientApp/src/setupProxy.js