<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TFS Build Server Requires Pro Install in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/tfs-build-server-requires-pro-install/m-p/810877#M2344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are absolutely right - I should have examined the error log a little closer. &amp;nbsp;I had 2 projects in the branch (One AddIn and one Configuration) and both projects were being built on check-in. &amp;nbsp;One had the correct settings and was working, but the other project with the incorrect settings did not. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 May 2017 18:49:34 GMT</pubDate>
    <dc:creator>rbae</dc:creator>
    <dc:date>2017-05-01T18:49:34Z</dc:date>
    <item>
      <title>TFS Build Server Requires Pro Install</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/tfs-build-server-requires-pro-install/m-p/810875#M2342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set up a build server for TFS 2017 following the instructions here:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics" title="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics"&gt;ProConcepts Advanced Topics · Esri/arcgis-pro-sdk Wiki · GitHub&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is still asking for an ArcGIS Pro install folder on the build server. &amp;nbsp;Does anyone know what step I might be missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-05-01T15:54:25.7009038Z ##[error]C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets(77,5): &lt;BR /&gt;Error MSB4018: The "PackageAddIn" task failed unexpectedly.&lt;BR /&gt;System.InvalidOperationException: Install location of ArcGIS Pro cannot be found. Please check your registry for HKLM\SOFTWARE\ESRI\ArcGISPro\InstallDir&lt;BR /&gt;at proapp_sdk_MSBuild.MSIHelper.GetInstallDirAndVersionFromReg()&lt;BR /&gt;at proapp_sdk_MSBuild.MSIHelper.GetInstallDirAndVersion()&lt;BR /&gt;at proapp_sdk_MSBuild.PackageAddIn.Execute()&lt;BR /&gt;at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() &lt;BR /&gt;at Microsoft.Build.BackEnd.TaskBuilder.&amp;lt;ExecuteInstantiatedTask&amp;gt;d__26.MoveNext()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ryan&lt;/P&gt;&lt;PRE style="color: #24292e; background-color: #f6f8fa; padding: 16px;"&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 16:14:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/tfs-build-server-requires-pro-install/m-p/810875#M2342</guid>
      <dc:creator>rbae</dc:creator>
      <dc:date>2017-05-01T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: TFS Build Server Requires Pro Install</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/tfs-build-server-requires-pro-install/m-p/810876#M2343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the error you are getting, can you please check the value of the "PackageAction" property in your .csproj file? &amp;nbsp;To build an add-in without installing ArcGIS Pro, this value needs to be "BuildZipPostProcess". &amp;nbsp;Check to see if this step (copied from the &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#configure-build-server-to-build-add-ins-and-configurations"&gt;wiki page&lt;/A&gt;) is correct in your .csproj:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="color: #24292e; background-color: #ffffff; margin-bottom: 16px; padding-left: 2em;"&gt;&lt;LI&gt;Modify the add-in/configuration .csproj or .vbproj file to change the custom "PackageAction":&lt;/LI&gt;&lt;/OL&gt;&lt;UL style="color: #24292e; background-color: #ffffff; margin-bottom: 16px; padding-left: 2em;"&gt;&lt;LI&gt;Find the element called &lt;CODE style="background-color: rgba(27, 31, 35, 0.0470588); padding: 0.2em 0px;"&gt;&amp;lt;PackageAction&amp;gt;BuildDefault&amp;lt;/PackageAction&amp;gt;&lt;/CODE&gt; in the .csproj or .vbproj file.&lt;/LI&gt;&lt;LI style="margin-top: 0.25em;"&gt;Change its value from &lt;CODE style="background-color: rgba(27, 31, 35, 0.0470588); padding: 0.2em 0px;"&gt;BuildDefault&lt;/CODE&gt; to &lt;CODE style="background-color: rgba(27, 31, 35, 0.0470588); padding: 0.2em 0px;"&gt;BuildZipPostProcess&lt;/CODE&gt;.&lt;/LI&gt;&lt;LI style="margin-top: 0.25em;"&gt;Save the project file and reload the project.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;&lt;STRONG style="font-weight: 600;"&gt;Before&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="" style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;&lt;PRE style="background-color: #f6f8fa; padding: 16px;"&gt;&amp;lt;&lt;SPAN class="" style="color: #63a35c;"&gt;PropertyGroup&lt;/SPAN&gt; &lt;SPAN class="" style="color: #795da3;"&gt;Condition&lt;/SPAN&gt;=&lt;SPAN class="" style="color: #183691;"&gt;&lt;SPAN class="" style="color: #183691;"&gt;"&lt;/SPAN&gt; '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' &lt;SPAN class="" style="color: #183691;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;SPAN class="" style="color: #63a35c;"&gt;PackageAction&lt;/SPAN&gt;&amp;gt;BuildDefault&amp;lt;/&lt;SPAN class="" style="color: #63a35c;"&gt;PackageAction&lt;/SPAN&gt;&amp;gt; &amp;lt;/&lt;SPAN class="" style="color: #63a35c;"&gt;PropertyGroup&lt;/SPAN&gt;&amp;gt; &amp;lt;&lt;SPAN class="" style="color: #63a35c;"&gt;PropertyGroup&lt;/SPAN&gt; &lt;SPAN class="" style="color: #795da3;"&gt;Condition&lt;/SPAN&gt;=&lt;SPAN class="" style="color: #183691;"&gt;&lt;SPAN class="" style="color: #183691;"&gt;"&lt;/SPAN&gt; '$(Configuration)|$(Platform)' == 'Release|AnyCPU' &lt;SPAN class="" style="color: #183691;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;SPAN class="" style="color: #63a35c;"&gt;PackageAction&lt;/SPAN&gt;&amp;gt;BuildDefault&amp;lt;/&lt;SPAN class="" style="color: #63a35c;"&gt;PackageAction&lt;/SPAN&gt;&amp;gt; &amp;lt;/&lt;SPAN class="" style="color: #63a35c;"&gt;PropertyGroup&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;&lt;STRONG style="font-weight: 600;"&gt;After&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="" style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;&lt;PRE style="background-color: #f6f8fa; padding: 16px;"&gt; &amp;lt;&lt;SPAN class="" style="color: #63a35c;"&gt;PropertyGroup&lt;/SPAN&gt; &lt;SPAN class="" style="color: #795da3;"&gt;Condition&lt;/SPAN&gt;=&lt;SPAN class="" style="color: #183691;"&gt;&lt;SPAN class="" style="color: #183691;"&gt;"&lt;/SPAN&gt; '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' &lt;SPAN class="" style="color: #183691;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;SPAN class="" style="color: #63a35c;"&gt;PackageAction&lt;/SPAN&gt;&amp;gt;BuildZipPostProcess&amp;lt;/&lt;SPAN class="" style="color: #63a35c;"&gt;PackageAction&lt;/SPAN&gt;&amp;gt; &amp;lt;/&lt;SPAN class="" style="color: #63a35c;"&gt;PropertyGroup&lt;/SPAN&gt;&amp;gt; &amp;lt;&lt;SPAN class="" style="color: #63a35c;"&gt;PropertyGroup&lt;/SPAN&gt; &lt;SPAN class="" style="color: #795da3;"&gt;Condition&lt;/SPAN&gt;=&lt;SPAN class="" style="color: #183691;"&gt;&lt;SPAN class="" style="color: #183691;"&gt;"&lt;/SPAN&gt; '$(Configuration)|$(Platform)' == 'Release|AnyCPU' &lt;SPAN class="" style="color: #183691;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;SPAN class="" style="color: #63a35c;"&gt;PackageAction&lt;/SPAN&gt;&amp;gt;BuildZipPostProcess&amp;lt;/&lt;SPAN class="" style="color: #63a35c;"&gt;PackageAction&lt;/SPAN&gt;&amp;gt; &amp;lt;/&lt;SPAN class="" style="color: #63a35c;"&gt;PropertyGroup&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 18:30:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/tfs-build-server-requires-pro-install/m-p/810876#M2343</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2017-05-01T18:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: TFS Build Server Requires Pro Install</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/tfs-build-server-requires-pro-install/m-p/810877#M2344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are absolutely right - I should have examined the error log a little closer. &amp;nbsp;I had 2 projects in the branch (One AddIn and one Configuration) and both projects were being built on check-in. &amp;nbsp;One had the correct settings and was working, but the other project with the incorrect settings did not. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 18:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/tfs-build-server-requires-pro-install/m-p/810877#M2344</guid>
      <dc:creator>rbae</dc:creator>
      <dc:date>2017-05-01T18:49:34Z</dc:date>
    </item>
  </channel>
</rss>

