Giter Site home page Giter Site logo

Comments (4)

bachratyg avatar bachratyg commented on May 25, 2024 1

See dotnet/project-system#2670 (comment)

Right-click publishing from VS still does not work and the pubxml has to be hand-crafted (or just reuse one from a non-sdk project). msbuild /t:Restore,Rebuild /p:DeployOnBuild=true /p:PublishProfile=FolderProfile.pubxml works fine for file system publish.

from msbuild.sdk.systemweb.

fretje avatar fretje commented on May 25, 2024

Publishing from Visual Studio indeed seems to be still a problem... It might be that we will also need help from the Visual Studio Team for this, so good you created this issue at least as a starting point ;-)

Anyways... I think you can easily work around this for now by publishing with msbuild straight from the commandline. I use something like this for a project I'm working on:

msbuild "path\to\your\solution.sln" /t:rebuild ^
				    /p:Configuration=Release ^
				    /p:DeployOnBuild=True ^
				    /p:DeployDefaultTarget=WebPublish ^
				    /p:WebPublishMethod=FileSystem ^
				    /p:DeleteExistingFiles=True ^
				    /p:publishUrl="path\to\your\output\folder"

but I think you can also supply an existing publishing profile (xml file) as a parameter, if you have one of those...

from msbuild.sdk.systemweb.

lscorcia avatar lscorcia commented on May 25, 2024

Thanks for the workaround! Maybe it's worth documenting this behavior in the readme? Anyway, I think the issue can be closed.

from msbuild.sdk.systemweb.

CZEMacLeod avatar CZEMacLeod commented on May 25, 2024

@bachratyg @lscorcia I am looking to try and capture information from the issues into documentation.
Documentation?
I'm not sure of the best way to do so yet - but would like to get this information into the documentation, at which point I feel we could happily close the issue.

from msbuild.sdk.systemweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.