Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. PS D:SajanSampleApplicationsADNextDotNETCoreDotNetCoreWebApiSamplesrcDotNetCoreWebApiSamplePropertiesPublishProfiles> & '.DotnetCoreWebApiSample - Web Deploy-publish' -pa
  2. ckOutput 'D:SajanSampleApplicationsADNextDotNETCoreDotNetCoreWebApiSamplesrcOutput' -pubProfilePath 'DotnetCoreWebApiSample - Web Deploy.pubxml'-publishProperties @{'Passwor
  3. d' = 'klk'} -verbose
  4.  
  5. @echo off
  6. dotnet publish ".DotNetCoreWebApiSample" --framework netcoreapp1.0 --output "D:SajanSampleApplicationsADNextDotNETCoreDotNetCoreWebApiSamplesrcOutput" --configuration Release
  7. "C:Program FilesIISMicrosoft Web Deploy V3msdeploy.exe" -verb:sync -source:contentPath='D:SajanSampleApplicationsADNextDotNETCoreDotNetCoreWebApiSamplesrcOutput',-dest:contentPath='DotnetCoreWebApiSample',ComputerName='https://dotnetcorewebapisample.scm.azurewebsites.net/msdeploy.axd',UserName="myUser",Password="L",IncludeAcls="False",AuthType="Basic" -enablerule:AppOffline -enableRule:DoNotDeleteRule -retryAttempts:20 -verbose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement