Skip to content

On Premise TFS publish guidance #1510

Closed
@SimonOrdo

Description

@SimonOrdo

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:

  1. Powershell script "prebuild.ps1" as per the previous Microsoft deployment guidelines: https://msdn.microsoft.com/en-us/Library/vs/alm/Build/azure/deploy-aspnet5
  2. Vanilla MSBuild build. no switches or special settings.
  3. Powershell script to run "dnu publish" (now, assuming it would be "dotnet publish") to create a directory of the entire web application's structure.
  4. "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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions