26 Commits

Author SHA1 Message Date
Gajendra Babu Thokala [MSFT]
896442a0bf
Updateded to Show Message to run as administrator
Updateded to Show Message to run as administrator. 

When run without elevated below message would be shown. Which is clear to run as administrator

.\set-dockernat-networkategory-to-private.ps1 : The script 'set-dockernat-networkategory-to-private.ps1' cannot be run
because it contains a "#requires" statement for running as Administrator. The current Windows PowerShell session is
not running as Administrator. Start Windows PowerShell by  using the Run as Administrator option, and then try running
the script again.
At line:1 char:1
+ .\set-dockernat-networkategory-to-private.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (set-dockernat-n...-to-private.ps1:String) [], ScriptRequiresException
    + FullyQualifiedErrorId : ScriptRequiresElevation
2019-04-29 09:42:01 -07:00
Gajendra Thokala
7dd819c4b5 Add Powershell script to set network category to private for DockerNAT. 2019-04-27 18:27:15 -07:00
Miguel Veloso
07ba966956 Fix scripts to handle eiximenis node workaround 2018-07-02 13:41:00 +01:00
eiximenis
fcff8e45aa Fixes #630 2018-06-12 19:05:51 +02:00
Cesar De la Torre
76a1c8c967
Update start-windows-containers.ps1
No need to build the .NET bits when using Docker Multi-Stage build, as we use now.
2018-01-04 16:41:21 -08:00
Cesar De la Torre
bf40b4be83 Increased the port range for firewall rules 2017-10-27 13:08:50 -07:00
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