Skip to content

Commit

Permalink
Merge pull request #19 from stone-payments/feature/updating-vsts-agen…
Browse files Browse the repository at this point in the history
…t-version

- Updating vsts agent to the version 2.200.2
  • Loading branch information
marcusteixeira authored Mar 14, 2022
2 parents 976ecfb + 8661d1e commit 2555735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vsts_github_api: "https://api.github.com/repos/Microsoft/vsts-agent/releases/lat

# If vsts_agent_fullurl is set this specific version will be downloaded instead of latest
# https://vstsagentpackage.azureedge.net/agent/2.129.0/vsts-agent-linux-x64-2.129.0.tar.gz
vsts_agent_version: "2.189.0"
vsts_agent_version: "2.200.2"
vsts_agent_baseurl: "https://vstsagentpackage.azureedge.net/agent"
vsts_agent_file: "vsts-agent-linux-x64-{{ vsts_agent_version }}.tar.gz"
vsts_agent_fullurl: "{{ vsts_agent_baseurl }}/{{ vsts_agent_version }}/{{ vsts_agent_file }}"
Expand Down

0 comments on commit 2555735

Please sign in to comment.