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

Topic/rename vsts to azure devops #193

Merged
merged 4 commits into from
Sep 5, 2019
Merged

Topic/rename vsts to azure devops #193

merged 4 commits into from
Sep 5, 2019

Conversation

SebastianSchuetze
Copy link
Collaborator

PR Summary

This PR is related to #192

also I did the following things:

Rename:

  • VSTS --> AzD
    *Visual Studio Team Services --> Azure DevOps

I have not seen that AzD is an official abbreviation, but I see that @DarqueWarrior uses this and I as well used it from the beginning. Because all the others are already taken in the MS world (e.g. ADO, AD ....)

Is there a version upgrade needed for this?

PR Checklist

@SebastianSchuetze
Copy link
Collaborator Author

@DarqueWarrior I think there is a variable typo in your pipeline:

https://github.com/DarqueWarrior/vsteam/blob/14142fed063af489ee2363b9dc016c1bf1e1a56e/azure-pipelines-1.yml#L27

The error says "PKG_PAT" is not known. Which is correct, but you used the format $(PKG_PAT) in the PS script task.

I think it should be:

  • "$PKG_PAT" or
  • "$($PKG_PAT)"

@DarqueWarrior DarqueWarrior merged commit bd220e2 into MethodsAndPractices:master Sep 5, 2019
@SebastianSchuetze SebastianSchuetze deleted the topic/RenameVstsToAzureDevops branch December 11, 2019 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants