Eduard Tomàs
|
f4ea3cdfa3
|
build script with no parallel msbuild. For using with VSTS (parallel builds seems to cause that some builds fail randomly)
|
7 years ago |
Igor Sychev
|
fda16ba617
|
dotnet restore not needed in cli 2.0
"Starting with .NET Core 2.0 SDK, dotnet restore runs implicitily when you run dotnet build." (C) https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build?tabs=netcore2x
|
7 years ago |
Eduard Tomàs
|
dcc1ec620f
|
Removed GracePeriodManager project as it is no longer used in netcore2
|
7 years ago |
Igor Sychev
|
c514c8c31d
|
release publish configuration for win/mac, because for Linux it's already done
|
7 years ago |
Igor Sychev
|
5b90e1efe4
|
Parallel dotnet build process.
it's working 2m 24s instead of 3m 48s (sequential execution)
theis only one problem... write-host not working inside the workflow
|
7 years ago |
Eduard Tomas
|
e516403804
|
k8s errors fixed
|
7 years ago |
Eduard Tomas
|
d65a112535
|
References updated to preview-2
code adjustements to work with preview-2
|
7 years ago |
Eduard Tomas
|
d6a6416e19
|
Bad folder for Locations.API corrected
|
7 years ago |
Eduard Tomas
|
56902a5549
|
[WIP] Projects & Dockerfile migrated to 2.0
Lots of things to address yet, because nuget packages are still on 1.1
|
7 years ago |
Eduard Tomas
|
e05cbfa809
|
Added WebStatus to cli build scripts.
Removed old script build for windows.
|
7 years ago |
Eduard Tomas
|
68ec546fbd
|
Added WebStatus to cli build scripts.
Removed old script build for windows.
|
7 years ago |
etomas
|
4078855439
|
CLI-Windows renamed to lowercase
|
8 years ago |
etomas
|
28c3fff4ef
|
CLI updates
|
8 years ago |
etomas
|
ef362f0140
|
Windows Docker CLI
|
8 years ago |
Cesar De la Torre
|
33501657b7
|
Fixed change in SPA path for the build bits scripts, PowerShell and Mac Bash
|
8 years ago |
Cesar De la Torre
|
bf6e696ccb
|
Fix: Manual update to .CSPROJ file XML as VS 2017 was throwing an error when trying to go to the pics folder properties to include it in the output directoy. Added:
<None Update="Pics">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
See possible related bug in VS 2017:
https://github.com/dotnet/roslyn-project-system/issues/1579
|
8 years ago |
Cesar De la Torre
|
9ccf7f11ce
|
Changes for CLI compatibility and New .PDF version
|
8 years ago |
Cesar De la Torre
|
2576c695ad
|
Raising number of Retries With Exponential Backoff so slower machines don't get a "maxNumber of retries reached" exception..
|
8 years ago |
Cesar De la Torre
|
aae8283798
|
Marked all our images with eshop/ and added a delete-images.ps1 for eShop images
|
8 years ago |
Cesar De la Torre
|
f68fee6513
|
Improving when deleting eShop images, so if there are no eShop images it doesn't show an error, like it was happening with Charle's version
|
8 years ago |
Charles Lowell
|
5e544c0cab
|
Delete only eshop containers and images
|
8 years ago |
Charles Lowell
|
0cd8ccf54b
|
Install WebSPA's npm dependencies before building
|
8 years ago |
Charles Lowell
|
9d7c588fc5
|
Restore Ordering.API dependencies before build
|
8 years ago |
PLAINCONCEPTS\ccanizares
|
c29b783d93
|
rename identity project
|
8 years ago |
CESARDELATORRE
|
c2cc95c84c
|
Changes in README.md nd other minor changes in solutions
|
8 years ago |
CESARDELATORRE
|
b46665955c
|
Changes to README and other minor changes after testing
|
8 years ago |
Carlos Cañizares Estévez
|
42f3537441
|
scripts to build individual services, readme files for all services and clients, compose in all projects, fix build problems (Dependent seeds), solve some kwnon build problems in solution (identity on localhost, ...)
|
8 years ago |
CESARDELATORRE
|
1182802816
|
Fixed issue with .NET 1.1 from image:latest and .NET 1.0.1 that we're currently using
|
8 years ago |
Carlos Cañizares Estévez
|
b345bd51c4
|
First version of identity server
|
8 years ago |
Carlos Cañizares Estévez
|
5ada2ade25
|
Added SPA Web project, Updated docker-compose to include the new SPA container, Updated build script to include new SPA application, Update SQL image to public released yesterday from Microsoft.
|
8 years ago |
Carlos Cañizares Estévez
|
6cff3aaf50
|
Basket microservice integration in MVC web, remove session from MVC Site, docker-compose to include Basket.api and Redis image.
|
8 years ago |
Carlos Cañizares Estévez
|
f874d7baf1
|
root docker-compose update, catalog and basket update.
|
8 years ago |
glennc
|
2663ac7877
|
initial basket example.
|
8 years ago |
Cesar De la Torre
|
67e94c3c45
|
- Consuming Ordering.API microservice from WebMVC app
- SQL DB updated with EF Migrations
- build-images.ps1 updated
|
8 years ago |
Cesar De la Torre
|
2e43db4953
|
Extended build-images with dotnet restore commands
|
8 years ago |
Cesar De la Torre
|
38b52eb0e5
|
build-images scripts for Mac/Bash and Windows/Powershell
|
8 years ago |
Cesar De la Torre
|
8cc57c2542
|
WebMVC project folder simplified and migrated to latest version of VS Tools for Docker
|
8 years ago |