Skip to content

Commit ce4e435

Browse files
committed
Merged PR 149: Fix Fail on Succsess but not all process's completed
- Updated to first new version setup for v4 update - Added check for pending process updates. Related work items: #5268
1 parent 6b673bf commit ce4e435

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3926
-40
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
assembly-versioning-scheme: MajorMinorPatch
22
mode: ContinuousDeployment
33
continuous-delivery-fallback-tag: ''
4-
next-version: 3.0.0
4+
next-version: 4.0.0
55
branches:
66
master:
77
mode: ContinuousDeployment

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This Build Task lets you upload a local template into VSTS.
1313

1414
![Screenshot of Process Template Uploader](/images/screenshot-01.png)
1515

16-
Full documentation is available on [http://vsts-process-template-management.readthedocs.io](http://vsts-process-template-management.readthedocs.io)
16+
Full documentation is available on [https://nkdagility.visualstudio.com/vsts-processtemplate-task/](https://nkdagility.visualstudio.com/vsts-processtemplate-task/)
1717

1818
## Getting the Tools
1919

package.json

Lines changed: 0 additions & 34 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

processtemplatetask/vCurrent/ps_modules/VstsTaskSdk/FindFunctions.ps1 renamed to processtemplatetask/v3/ps_modules/VstsTaskSdk/FindFunctions.ps1

File renamed without changes.

processtemplatetask/vCurrent/ps_modules/VstsTaskSdk/InputFunctions.ps1 renamed to processtemplatetask/v3/ps_modules/VstsTaskSdk/InputFunctions.ps1

File renamed without changes.

processtemplatetask/vCurrent/ps_modules/VstsTaskSdk/LegacyFindFunctions.ps1 renamed to processtemplatetask/v3/ps_modules/VstsTaskSdk/LegacyFindFunctions.ps1

File renamed without changes.

processtemplatetask/vCurrent/ps_modules/VstsTaskSdk/LocalizationFunctions.ps1 renamed to processtemplatetask/v3/ps_modules/VstsTaskSdk/LocalizationFunctions.ps1

File renamed without changes.

0 commit comments

Comments
 (0)