Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove preview flags from Go tasks #8516

Merged
merged 1 commit into from
Oct 9, 2018
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
3 changes: 1 addition & 2 deletions Tasks/GoToolV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "Finds or downloads a specific version of Go in the tools cache and adds it to the PATH. Use this to set the version of Go used in subsequent tasks.",
"helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"category": "Tool",
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -14,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 2,
"Patch": 1
"Patch": 2
},
"satisfies": [
"GO"
Expand Down
3 changes: 1 addition & 2 deletions Tasks/GoToolV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "ms-resource:loc.description",
"helpMarkDown": "ms-resource:loc.helpMarkDown",
"category": "Tool",
"preview": "true",
"runsOn": [
"Agent",
"DeploymentGroup"
Expand All @@ -14,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 2,
"Patch": 0
"Patch": 2
},
"satisfies": [
"GO"
Expand Down
3 changes: 1 addition & 2 deletions Tasks/GoV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "Get, build, or test a Go application, or run a custom Go command.",
"helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867582)",
"author": "Microsoft Corporation",
"preview": true,
"category": "Build",
"visibility": [
"Build",
Expand All @@ -14,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 2,
"Patch": 1
"Patch": 2
},
"runsOn": [
"Agent",
Expand Down
3 changes: 1 addition & 2 deletions Tasks/GoV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "ms-resource:loc.description",
"helpMarkDown": "ms-resource:loc.helpMarkDown",
"author": "Microsoft Corporation",
"preview": true,
"category": "Build",
"visibility": [
"Build",
Expand All @@ -14,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 2,
"Patch": 0
"Patch": 2
},
"runsOn": [
"Agent",
Expand Down