20 Commits

Author SHA1 Message Date
Eduard Tomàs
f4ea3cdfa3 build script with no parallel msbuild. For using with VSTS (parallel builds seems to cause that some builds fail randomly) 2017-10-06 12:31:47 +02:00
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
2017-09-07 08:00:11 +03:00
Igor Sychev
2a64cd57de 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
2017-09-07 08:00:11 +03:00
Eduard Tomàs
6fd4f46058 Fix for rabbitMQ under windows containers.
Also some config tweaking on windows
2017-09-05 15:55:17 +02:00
Eduard Tomàs
4e87a5c77e Merge branch 'netcore2' of https://github.com/dotnet-architecture/eShopOnContainers into netcore2
# Conflicts:
#	cli-windows/build-bits.ps1
2017-09-05 08:49:22 +02:00
Eduard Tomàs
dcc1ec620f Removed GracePeriodManager project as it is no longer used in netcore2 2017-09-05 08:43:24 +02:00
Eduard Tomàs
2d8eafe587 Merge branch 'SychevIgor/ParallelBuild' of https://github.com/SychevIgor/eShopOnContainers into SychevIgor-SychevIgor/ParallelBuild 2017-09-05 08:35:01 +02:00
Cesar De la Torre
96f4601b62 Merge pull request #312 from SychevIgor/SychevIgor/PublishRelease
release publish configuration for win/mac, because for Linux it's already done
2017-09-04 10:57:21 -07:00
Eduard Tomàs
8198126daf Use dotnet multi-architecture images.
Removing docker-compose.windows.override (not needed as is identical to docker-compose.override)
2017-09-04 19:07:53 +02:00
Igor Sychev
c514c8c31d release publish configuration for win/mac, because for Linux it's already done 2017-09-03 11:30:27 +03:00
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
2017-09-02 14:14:33 +03:00
Cesar De la Torre
fb7217c929 Added aditional script to delete images created by VS 2017-08-25 19:39:22 -07:00
White Bear
2d5c05bc45 ports in log msgs changed from 5105 to 5110 2017-07-28 08:02:52 +02:00
Eduard Tomas
e516403804 k8s errors fixed 2017-07-18 18:24:57 +02:00
Eduard Tomas
018f6e9342 Minor issues fixed
Use current branch as tag
2017-06-19 19:01:00 +02:00
Ramón Tomás
83166cde12 #2412-Create Location Microservice 2017-05-30 15:01:58 +02:00
Charles Lowell
25f23d2503 Merge branch 'master' 2017-04-11 12:20:39 -07:00
Eduard Tomas
68ec546fbd Added WebStatus to cli build scripts.
Removed old script build for windows.
2017-04-07 10:49:51 +02:00
Charles Lowell
1efa555825 Replace string concatenation with Path.Combine 2017-03-21 10:42:38 -07:00
etomas
4078855439 CLI-Windows renamed to lowercase 2017-03-03 20:32:26 +01:00