How to Build BizTalk Solution via Git action Pipelines

Anagh Bhatt 21 Reputation points
2022-11-30T11:32:55.787+00:00

Hi All
I need a help in building BizTalk Project via Git actions.
Tried MSBUILD from marketplace but dont konw what is use of vswhere.exe? Can you help us in finding solution

  • name: setup-msbuild
    uses: microsoft/setup-msbuild@v1.1.3
    with:

    Folder location of where vswhere.exe is located if a self-hosted agent

    vswhere-path: # optional

    Version of Visual Studio to search; defaults to latest if not specified

    vs-version: # optional

    Enable searching for pre-release versions of Visual Studio/MSBuild

    vs-prerelease: # optional

    The preferred processor architecture of MSBuild. Can be either "x86" or "x64". "x64" is only available from Visual Studio version 17.0 and later.

    msbuild-architecture: # optional, default is x86
Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
364 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.