Skip to content

Commit

Permalink
Reset task IDs to enable publisher migration (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Sep 6, 2024
1 parent aa96d5f commit 2063708
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tasks/InstallSheriffCLI/InstallSheriffCLIV0/task.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json",
"id": "27cd9465-8346-4fe3-8bcf-e7385c8d5b50",
"id": "3b21ab9f-3ae3-4a48-b8eb-7e131b6821ac",
"name": "InstallSheriffCLI",
"friendlyName": "Install Sheriff CLI",
"instanceNameFormat": "Install Sheriff CLI",
Expand Down
2 changes: 1 addition & 1 deletion tasks/SheriffApply/SheriffApplyV0/task.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json",
"id": "55f396f1-459f-4fc0-9f1d-18ffe049260b",
"id": "e1b49d20-e113-4beb-93dd-0952546a5838",
"name": "SheriffApply",
"friendlyName": "Sheriff apply",
"instanceNameFormat": "Sheriff apply",
Expand Down
2 changes: 1 addition & 1 deletion tasks/SheriffPlan/SheriffPlanV0/task.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json",
"id": "fff0ef38-c5da-423b-91cb-eec8994eb5bb",
"id": "8f5c8990-00e2-43ca-85e1-f9fd9b584ad6",
"name": "SheriffPlan",
"friendlyName": "Sheriff plan",
"instanceNameFormat": "Sheriff plan",
Expand Down

0 comments on commit 2063708

Please sign in to comment.