mirror of https://github.com/Squidex/squidex.git
4 changed files with 10 additions and 22 deletions
@ -1,7 +1,7 @@ |
|||
version: '2' |
|||
services: |
|||
tradapp-build: |
|||
image: microsoft/aspnetcore-build:1.1.0-projectjson |
|||
build: |
|||
image: sebastianstehle/aspnetcore-build:1.1.0-projectjson-phantomjs |
|||
volumes: |
|||
- .:/sln |
|||
working_dir: /sln |
|||
|
|||
@ -1,14 +0,0 @@ |
|||
SET configuration=Release |
|||
|
|||
REM Restore all Packages |
|||
dotnet restore |
|||
|
|||
REM publish packages |
|||
dotnet publish -c %configuration% |
|||
|
|||
REM Deploy the Publish Folder to IIS |
|||
"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" ^ |
|||
-verb:sync -source:contentPath="%~dp0bin\%configuration%\netcoreapp1.1\publish" ^ |
|||
-enableRule:AppOffline ^ |
|||
-allowUntrusted:true ^ |
|||
-dest:contentPath=squidex,ComputerName=https://5.175.5.234:8172/msdeploy.axd?site=squidex,UserName=DeploymentUser,Password=1q2w3e$R,AuthType='Basic ^ |
|||
Loading…
Reference in new issue