Created Feature: Feature: Split custom MSBuild tasks DLL to isolate...
Split custom MSBuild tasks DLL into two assemblies to isolate the dependencies on BizTalk DLLs.
View ArticleEdited Feature: Feature: Split custom MSBuild tasks DLL to isolate...
Split custom MSBuild tasks DLL into two assemblies to isolate the dependencies on BizTalk DLLs.
View ArticleClosed Feature: Feature: Split custom MSBuild tasks DLL to isolate...
Split custom MSBuild tasks DLL into two assemblies to isolate the dependencies on BizTalk DLLs.Comments: Resolved with changeset 72539.
View ArticleCreated Feature: Feature: Add MSBuild task to pause for a keypress [10033]
Add a custom MSBuild task that pauses the build for a keypress. Supports the removal of batch files from Start menu shortcuts.
View ArticleEdited Feature: Feature: Add MSBuild task to pause for a keypress [10033]
Add a custom MSBuild task that pauses the build for a keypress. Supports the removal of batch files from Start menu shortcuts.
View ArticleClosed Feature: Feature: Add MSBuild task to pause for a keypress [10033]
Add a custom MSBuild task that pauses the build for a keypress. Supports the removal of batch files from Start menu shortcuts.Comments: Resolved with changeset 72540.
View ArticleCreated Feature: Feature: Make server deployment 100% MSBuild without batch...
Today, most of the shortcuts on the Start menu for a server deploy call .bat files that in turn call MSBuild. There are many such .bat files, and multiple versions of them tied to either .NET 2.x/3.x...
View ArticleEdited Feature: Feature: Make server deployment 100% MSBuild without batch...
Today, most of the shortcuts on the Start menu for a server deploy call .bat files that in turn call MSBuild. There are many such .bat files, and multiple versions of them tied to either .NET 2.x/3.x...
View ArticleClosed Feature: Feature: Make server deployment process 100% MSBuild without...
Today, most of the shortcuts on the Start menu for a server deploy call .bat files that in turn call MSBuild. There are many such .bat files, and multiple versions of them tied to either .NET 2.x/3.x...
View ArticleCreated Feature: Feature: Allow bypass of AppPool identity configuration [10067]
In the ConfigureAppPool MSBuild task, add a condition for empty $(VDIR_UserName) to skip execution of the task. This will allow someone with an existing AppPool to skip the identity configuration.
View ArticleEdited Feature: Feature: Allow bypass of AppPool identity configuration [10067]
In the ConfigureAppPool MSBuild task, add a condition for empty $(VDIR_UserName) to skip execution of the task. This will allow someone with an existing AppPool to skip the identity configuration.
View ArticleCreated Feature: Feature: Attempt to make SSO app compatible with Microsoft's...
Attempt to make Deployment Framework SSO apps compatible with [Microsoft's SSO snapin](http://www.microsoft.com/en-us/download/details.aspx?id=14524).
View ArticleCommented Feature: Feature: Support BizTalk 2013 [9921]
Need to add support for BizTalk 2013Comments: Associated with changeset 72708: Fix SSO tooling issue due to DLL change in BizTalk 2013 RTM (#9921)
View ArticleEdited Feature: Feature: SSO SettingsReader from a non-BizTalk machine [9551]
To use SSOSettingsFileReader from a non-BizTalk machine, you need changes in the SSOSettingsFileReader code, and the most important one is the Flag and Guid. public static string InfoIdentifier =...
View ArticleClosed Feature: Feature: SSO SettingsReader from a non-BizTalk machine [9551]
To use SSOSettingsFileReader from a non-BizTalk machine, you need changes in the SSOSettingsFileReader code, and the most important one is the Flag and Guid. public static string InfoIdentifier =...
View ArticleCreated Feature: Feature: Add support for IIS 8 and improve DeployVDirs...
* Add support for IIS 8* Refactor DeployVDirs target for simplicity and ease of maintenance* Remove support for legacy VDirList.txt file from BTDF 4.x and prior
View ArticleEdited Feature: Feature: Add support for IIS 8 and improve DeployVDirs target...
* Add support for IIS 8* Refactor DeployVDirs target for simplicity and ease of maintenance* Remove support for legacy VDirList.txt file from BTDF 4.x and prior
View ArticleClosed Feature: Feature: Add support for IIS 8 and improve DeployVDirs target...
* Add support for IIS 8* Refactor DeployVDirs target for simplicity and ease of maintenance* Remove support for legacy VDirList.txt file from BTDF 4.x and priorComments: Resolved with changeset 72724:...
View ArticleClosed Feature: Feature: Allow bypass of AppPool identity configuration [10067]
In the ConfigureAppPool MSBuild task, add a condition for empty $(VDIR_UserPass) to skip execution of the task. This will allow someone with an existing AppPool to skip the identity...
View ArticleCreated Task: Task: Remove version number subkey from BTDF registry key [10093]
Remove version number subkey from BTDF registry key
View Article