-
Notifications
You must be signed in to change notification settings - Fork 60
Deploy manual em DEV
Raffaello Damgaard Neves edited this page Jul 16, 2018
·
1 revision
C:/_sharebook-dist/publish
Substituir a tag "aspNetCore":
<aspNetCore processPath="dotnet" arguments=".\ShareBook.Api.dll" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" >
<environmentVariables>
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
</environmentVariables>
</aspNetCore>
npm run build-dev
#depois peque o conteudo dentro da pasta "dist\angular" e copie para
C:\_sharebook-dist\deploy\wwwroot
- www.smarterasp.net
- peça a senha pro Raffa lá no Slack
- pasta: sharebookdev
-
swagger, api e spa.
-
cuidado com o cache do chome. Pode te enganar.
cd C:\_sharebook-dist\deploy
set ASPNETCORE_ENVIRONMENT=Development
dotnet ShareBook.Api.dll