Visual Studio 2015 Update 3

I installed Visual Studio 2015 Update 3. Since then OctoPack no longer builds the nuget package from within Visual Studio. It worked before with Visual Studio 2015. I’ve attached my VS information. Let me know if you need anything else. Oh, it does work from the command line using MSBuild with /p:RunOctoPack=true.

Thanks for any help,
Martin McCreary

Microsoft Visual Studio Enterprise 2015
Version 14.0.25422.01 Update 3
Microsoft .NET Framework
Version 4.6.01055

Installed Version: Enterprise

Architecture and Modeling Tools 00322-90000-07980-AA480
Microsoft Architecture and Modeling Tools

UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.

LightSwitch for Visual Studio 2015 00322-90000-07980-AA480
Microsoft LightSwitch for Visual Studio 2015

Microsoft Visual Studio Tools for Applications 2015 00322-90000-07980-AA480
Microsoft Visual Studio Tools for Applications 2015

Visual Basic 2015 00322-90000-07980-AA480
Microsoft Visual Basic 2015

Visual C# 2015 00322-90000-07980-AA480
Microsoft Visual C# 2015

Visual C++ 2015 00322-90000-07980-AA480
Microsoft Visual C++ 2015

Visual F# 2015 00322-90000-07980-AA480
Microsoft Visual F# 2015

AnkhSVN - Subversion Support for Visual Studio 2.6.12735.14
AnkhSVN - Subversion Support for Visual Studio 2.6.12735.14

  • Ankh.Package 2.6.12735.14
  • Subversion 1.9.2 via SharpSvn 1.9002.3777.76

SharpSvn is linked to: Apr 1.5.1, Apr-util 1.5.4, Cyrus Sasl 2.1.26, eXpat 2.1.0, LibSSH2 1.6.0, OpenSSL 1.0.2d 9 Jul 2015, Serf 1.3.8, SQLite 3.8.11.1, Subversion 1.9.2-SharpSvn, Utf8proc 1.1.5, ZLib 1.2.8
SharpSvn is optionally linked to: Berkeley DB 4.4.20, SharpPlink 0.65.0(SharpSvn)

Application Insights Tools for Visual Studio Package 7.1.00719.1
Application Insights Tools for Visual Studio

ASP.NET and Web Tools 2015 (RC1 Update 1) 14.1.20203.0
ASP.NET and Web Tools 2015 (RC1 Update 1)

ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
For additional information, visit http://www.asp.net/

Azure App Service Tools v2.8.2 14.0.20201.0
Azure App Service Tools v2.8.2

Clang with Microsoft CodeGen 14.0.25317
Clang with Microsoft CodeGen

CodeSnippetStudioToolWindow Extension 1.0
CodeSnippetStudioToolWindow Visual Studio Extension Detailed Info

Common Azure Tools 1.8
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

DataFactoryProject 1.0
Microsoft Data Factory Package

GitHub.VisualStudio 1.0
A Visual Studio Extension that brings the GitHub Flow into Visual Studio.

InstallShield Limited Edition
InstallShield. For more information visit the Flexera Software website at http://www.FlexeraSoftware.com. Copyright © 2015 Flexera Software LLC. All Rights Reserved.

JavaScript Language Service 2.0
JavaScript Language Service

JavaScript Project System 2.0
JavaScript Project System

KofePackagePackage Extension 1.0
KofePackagePackage Visual Studio Extension Detailed Info

Microsoft Azure Data Factory Node Node 1.0
Azure Data Factory extension for Visual Studio Server Explorer.

Microsoft Azure HDInsight HQL Service 2.0.2900.0
Language service for Hive query

Microsoft Azure HDInsight Tools for Visual Studio 2.0.2900.0
An integrated development environment for HDInsight application development.

Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools

Microsoft Azure Tools 2.8
Microsoft Azure Tools for Microsoft Visual Studio 2015 - v2.8.40211.2

Microsoft MI-Based Debugger 1.0
Provides support for connecting Visual Studio to MI compatible debuggers

NuGet Package Manager 3.4.4
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

Office Developer Tools for Visual Studio 2015 ENU 14.0.23025
Microsoft Office Developer Tools for Visual Studio 2015 ENU

PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

Python Tools for Visual Studio 2.2.40623.00
Python Tools for Visual Studio provides IntelliSense, projects, templates, Interactive windows, and other support for Python developers.

Python Tools for Visual Studio - Django Integration 2.2.40623.00
Provides templates and integration for the Django web framework.

Python Tools for Visual Studio - Profiling Support 2.2.40623.00
Profiling support for Python projects.

Snippet Designer 1.6.2
Snippet Designer is a Visual Studio plug in which allows you to create and search for snippets inside the IDE

SQL Server Analysis Services 13.0.1605.88
Microsoft SQL Server Analysis Services Designer
Version 13.0.1605.88

SQL Server Data Tools 14.0.60629.0
Microsoft SQL Server Data Tools

SQL Server Integration Services
Microsoft SQL Server Integration Services Designer
Version 13.0.1601.5

SQL Server Reporting Services 13.0.1605.88
Microsoft SQL Server Reporting Services Designers
Version 13.0.1605.88

TypeScript 1.8.35.0
TypeScript tools for Visual Studio

Visual C++ for Cross Platform Mobile Development (Android) 14.0.25401.00
Visual C++ for Cross Platform Mobile Development (Android)

Visual C++ for Cross Platform Mobile Development (iOS) 14.0.25401.00
Visual C++ for Cross Platform Mobile Development (iOS)

Visual Studio Tools for Apache Cordova Update 10
Visual Studio Tools for Apache Cordova

Visual Studio Tools for Universal Windows Apps 14.0.25420.01
The Visual Studio Tools for Universal Windows apps allow you to build a single universal app experience that can reach every device running Windows 10: phone, tablet, PC, and more. It includes the Microsoft Windows 10 Software Development Kit.

Workflow Manager Tools 1.0 1.0
This package contains the necessary Visual Studio integration components for Workflow Manager.

Xamarin 4.1.0.530 (2e39740)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin.Android 6.1.0.71 (4e27558)
Visual Studio extension to enable development for Xamarin.Android.

Xamarin.iOS 9.8.0.323 (39ebb77)
Visual Studio extension to enable development for Xamarin.iOS.

Hi,

Thanks for getting in touch! The latest version of OctoPack creates a nuget package only when MsBuild property called RunOctoPack is explicitly set to True. This is the expected behaviour.

Are you running the latest version of OctoPack? If not, can you please send me the exact version of OctoPack and the content of your csproj file? Please remove any sensitive information from it.

Regards,

Pawel

Is there a way to set that build property to true inside the csproj file?

Hi,

Yes it is. I attached a sample that shows how RunOctoPack can be set in the csproj file.

Please let me if that doesn’t solve your problem.

Regards,

Pawel

Solved it perfectly. Thank you.

Martin

I’m glad it worked.

Regards

Pawel