Skip to content

Commit

Permalink
Removed make.json from CondaAuthenticateV0 (#18213) (#18214)
Browse files Browse the repository at this point in the history
Co-authored-by: Abby Powell <[email protected]>
  • Loading branch information
amp-powell and Abby Powell authored May 1, 2023
1 parent 8f0f376 commit 26acee3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Tasks/CondaAuthenticateV0/condaauthenticatemain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ async function main(): Promise<void> {
return;
}
}
main();
main();
11 changes: 0 additions & 11 deletions Tasks/CondaAuthenticateV0/make.json

This file was deleted.

2 changes: 1 addition & 1 deletion Tasks/CondaAuthenticateV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 220,
"Minor": 221,
"Patch": 0
},
"runsOn": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/CondaAuthenticateV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 220,
"Minor": 221,
"Patch": 0
},
"runsOn": [
Expand Down

0 comments on commit 26acee3

Please sign in to comment.