Giter Club home page Giter Club logo

Comments (4)

EMaher avatar EMaher commented on July 16, 2024

Could you give me a little more information. To which tutorial are you referring? Are you using the ASP.NET 4.6 MVC 5 version of the website or the ASP.NET 5 MVC 6 version of the website?

from partsunlimited.

Chiliyago avatar Chiliyago commented on July 16, 2024

Oh sorry, I thought this thread was for the HOL located at this URL

https://github.com/Microsoft/PartsUnlimited/blob/hands-on-labs/docs/HOL_PartsUnlimited_WebSite_Continuous_Integration/HOL_PartsUnlimited_WebSite_Continuous_Integration_with_Visual_Studio_Online_Build.md

I am pretty much following the steps exactly using an ASP.NET 4.6 MVC 5 version project.

from partsunlimited.

bspann avatar bspann commented on July 16, 2024

Chiliyago - The HOL for Continuous Integration has, in my opinion, a type-o. The author looks to me to be using a custom build server thus creating a share folder on the build server for drops. If you are using the Hosted Build Agent, then substitute the following commands in the MSBuild Arguments:

/p:DeployOnBuild=true
/p:WebPublishMethod=Package
/p:PackageAsSingleFile=true
/p:SkipInvalidConfigurations=true
/p:PackageLocation="$(build.stagingDirectory)"

Then in the "Publish Build Artifacts" build task, place the following in the Path to Publish:
$(build.stagingDirectory)

That should work for you.

Thanks,

Brian

from partsunlimited.

dtzar avatar dtzar commented on July 16, 2024

Thanks for the response Brian. Brian is correct that the $(Build.StagingDirectory) is an often recommended location to store the build and to put it into the argument. This is better than the currently listed local path and I will update the HOL. The best place to put the path is $(BuildConfiguration). All variables can be found here FYI: https://msdn.microsoft.com/en-us/Library/vs/alm/Build/scripts/variables

from partsunlimited.

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.