Skip to content

Commit

Permalink
Merge pull request #1743 from Microsoft/users/yacao/removepsimplement…
Browse files Browse the repository at this point in the history
…ations

Low hanging fruits, clean up and remove obsolete powershell implementations
  • Loading branch information
yacaovsnc committed May 17, 2016
2 parents 3c39132 + 490a976 commit 4eb5de2
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 347 deletions.
156 changes: 0 additions & 156 deletions Tasks/AndroidSigning/AndroidSigning.ps1

This file was deleted.

7 changes: 1 addition & 6 deletions Tasks/AndroidSigning/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 20
"Patch": 21
},
"demands": [
"JDK",
Expand Down Expand Up @@ -115,11 +115,6 @@
],
"instanceNameFormat": "Signing and aligning APK file(s) $(files)",
"execution": {
"PowerShell": {
"target": "$(currentDirectory)\\AndroidSigning.ps1",
"argumentFormat": "",
"workingDirectory": "$(currentDirectory)"
},
"Node": {
"target": "androidsigning.js",
"argumentFormat": ""
Expand Down
7 changes: 1 addition & 6 deletions Tasks/AndroidSigning/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 20
"Patch": 21
},
"demands": [
"JDK",
Expand Down Expand Up @@ -115,11 +115,6 @@
],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"execution": {
"PowerShell": {
"target": "$(currentDirectory)\\AndroidSigning.ps1",
"argumentFormat": "",
"workingDirectory": "$(currentDirectory)"
},
"Node": {
"target": "androidsigning.js",
"argumentFormat": ""
Expand Down
71 changes: 0 additions & 71 deletions Tasks/XamarinLicense/XamarinLicense.ps1

This file was deleted.

7 changes: 1 addition & 6 deletions Tasks/XamarinLicense/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 15
"Patch": 16
},
"demands": [],
"minimumAgentVersion": "1.83.0",
Expand Down Expand Up @@ -75,11 +75,6 @@
],
"instanceNameFormat": "$(action) Xamarin license",
"execution": {
"PowerShell": {
"target": "$(currentDirectory)\\XamarinLicense.ps1",
"argumentFormat": "",
"workingDirectory": "$(currentDirectory)"
},
"Node": {
"target": "xamarinlicense.js",
"argumentFormat": ""
Expand Down
7 changes: 1 addition & 6 deletions Tasks/XamarinLicense/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 15
"Patch": 16
},
"demands": [],
"minimumAgentVersion": "1.83.0",
Expand Down Expand Up @@ -75,11 +75,6 @@
],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"execution": {
"PowerShell": {
"target": "$(currentDirectory)\\XamarinLicense.ps1",
"argumentFormat": "",
"workingDirectory": "$(currentDirectory)"
},
"Node": {
"target": "xamarinlicense.js",
"argumentFormat": ""
Expand Down
83 changes: 0 additions & 83 deletions Tasks/cURLUploader/cURLUploader.ps1

This file was deleted.

Loading

0 comments on commit 4eb5de2

Please sign in to comment.