Closed
Description
Is there any guidance on how to publish an ASPNET Core project using an on-premise TFS server?
We had it working for RC1 using the following:
- Powershell script "prebuild.ps1" as per the previous Microsoft deployment guidelines: https://msdn.microsoft.com/en-us/Library/vs/alm/Build/azure/deploy-aspnet5
- Vanilla MSBuild build. no switches or special settings.
- Powershell script to run "dnu publish" (now, assuming it would be "dotnet publish") to create a directory of the entire web application's structure.
- "Windows File Copy" task to deploy the directory structure created in update startup class to work with new APIs #4 to all of the target machines in the test environment.
With the changes to project structure (migrating to MSBuild, etc), do we need to make changes to this process? In particular is the prebuild.ps1 script still needed?
Are there MSBuild commands/switches to handle this process more gracefully?
Metadata
Metadata
Assignees
Labels
No labels