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
5 years ago
Gajendra Thokala
7dd819c4b5
Add Powershell script to set network category to private for DockerNAT.
5 years ago
Miguel Veloso
07ba966956
Fix scripts to handle eiximenis node workaround
6 years ago
eiximenis
fcff8e45aa
Fixes #630
6 years ago
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.
7 years ago
Cesar De la Torre
bf40b4be83
Increased the port range for firewall rules
7 years ago
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
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
7 years ago
Eduard Tomàs
6fd4f46058
Fix for rabbitMQ under windows containers.
Also some config tweaking on windows
7 years ago
Eduard Tomàs
dcc1ec620f
Removed GracePeriodManager project as it is no longer used in netcore2
7 years ago
Eduard Tomàs
8198126daf
Use dotnet multi-architecture images.
Removing docker-compose.windows.override (not needed as is identical to docker-compose.override)
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
Cesar De la Torre
fb7217c929
Added aditional script to delete images created by VS
7 years ago
White Bear
2d5c05bc45
ports in log msgs changed from 5105 to 5110
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
018f6e9342
Minor issues fixed
Use current branch as tag
7 years ago
Christian Arenas
1ac1dae9d3
Add Marketing.API project
7 years ago
Christian Arenas
4dc8b65e8b
Add Marketing.API project
7 years ago
Ramón Tomás
9d5cde2057
#2412-Create Location Microservice
7 years ago
Ramón Tomás
83166cde12
#2412-Create Location Microservice
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
Charles Lowell
1efa555825
Replace string concatenation with Path.Combine
8 years ago
etomas
4078855439
CLI-Windows renamed to lowercase
8 years ago