Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"@azure/msal-node": "^2.7.0",
"azure-devops-node-api": "14.1.0",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-artifacts-common": "2.230.0"
"azure-pipelines-tasks-artifacts-common": "2.256.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"demands": [],
"version": {
"Major": 15,
"Minor": 254,
"Minor": 261,
"Patch": 0
},
"minimumAgentVersion": "2.144.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"artifact-engine": "^1.5.0",
"azure-devops-node-api": "14.1.0",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-artifacts-common": "2.230.0"
"azure-pipelines-tasks-artifacts-common": "2.256.0"
},
"devDependencies": {
"typescript": "^4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "ms-vscs-rm",
"version": {
"Major": 15,
"Minor": 254,
"Minor": 261,
"Patch": 0
},
"demands": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "ms-vscs-rm",
"version": {
"Major": 15,
"Minor": 254,
"Minor": 261,
"Patch": 0
},
"demands": [],
Expand Down
18 changes: 9 additions & 9 deletions Extensions/ExternalTfs/Src/vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1.0,
"id": "vss-services-externaltfs",
"version": "15.254.0",
"version": "15.261.0",
"name": "TFS artifacts for Release Management",
"publisher": "ms-vscs-rm",
"description": "Deploy external TFS/ Azure DevOps artifacts using Release Management",
Expand Down Expand Up @@ -29,9 +29,9 @@
"path": "images/screen3.png"
}
],
"content": {
"details": {
"path": "readme.md"
"content": {
"details": {
"path": "readme.md"
},
"license": {
"path": "mp_terms.md"
Expand Down Expand Up @@ -67,7 +67,7 @@
"branding": {
"color": "#5C2D91",
"theme": "dark"
},
},
"contributions": [
{
"id": "externalTFSBuild-release-artifact-type",
Expand Down Expand Up @@ -242,7 +242,7 @@
"properties": {
"name": "Tasks/DownloadExternalBuildArtifacts"
}
},
},
{
"id": "externalTFVC-release-artifact-type",
"description": "External TFS Version Control",
Expand Down Expand Up @@ -386,7 +386,7 @@
"source": "artifactItems"
}
}
},
},
{
"id": "externalTfvc-task",
"type": "ms.vss-distributed-task.task",
Expand All @@ -396,7 +396,7 @@
"properties": {
"name": "Tasks/DownloadArtifactsTfsVersionControl"
}
},
},
{
"id": "externalTfGit-release-artifact-type",
"description": "External TFS Git",
Expand Down Expand Up @@ -574,7 +574,7 @@
"properties": {
"name": "Tasks/DownloadArtifactsTfsGit"
}
},
},
{
"id": "externalTFSXamlBuild-release-artifact-type",
"description": "External TFS XAML Build Artifact",
Expand Down