diff --git a/.vsts/microsoft.yml b/.vsts/microsoft.yml index d4c14e68..810ac224 100644 --- a/.vsts/microsoft.yml +++ b/.vsts/microsoft.yml @@ -1,55 +1,15 @@ -# Docker -# Build, tag, push, or run Docker images, or run a Docker command. -# https://aka.ms/yaml - queue: - name: Hosted Linux Preview # or Hosted Linux, Default -#variables: -# system.debug: true + name: Default steps: -- task: Docker@0 - inputs: - action: 'Build an image' # or Tag images, Push an image, Push images, Run an image, Run a Docker command - containerregistrytype: 'Container Registry' - dockerRegistryEndpoint: '' # The unique name or the GUID Id of VSTS service connection endpoint - # for the Docker registry. Required if the step needs to authenticate - # with a registry. - dockerFile: '**/Dockerfile' -# buildArguments: | # Set build-time variables defined in Docker file ARG instructions -# HTTP_PROXY=http://1.192.168.254 -# BUILD_NUMBER=$(Build.BuildNumber) - defaultContext: true # Set the build context to the directory that contains the Docker file. - imageName: '$(Build.Repository.Name):$(Build.BuildId)' # Name of the Docker image to build - qualifyImageName: true # Qualify the image name with the Docker registry connection's hostname -# additionalImageTags: | -# Tag1 -# Tag2 - includeSourceTags: false - includeLatestTag: false - dockerHostEndpoint: '' # The unique name or the GUID Id of VSTS service connection endpoint - # for the Docker host. Defaults to the agent's host. - enforceDockerNamingConvention: true # The docker image name will be modified to follow Docker naming - # convention. Converts upper case character to lower case and - # removes spaces in the image name. - -- task: Docker@0 - inputs: - action: 'Push an image' # or Build an image, Tag images, Push images, Run an image, Run a Docker command - containerregistrytype: 'Container Registry' - dockerRegistryEndpoint: '' # The unique name or the GUID Id of VSTS service connection endpoint - # for Docker registry. Required if the step needs to authenticate - # with a registry. - imageName: '$(Build.Repository.Name):$(Build.BuildId)' # Name of the Docker image to push - qualifyImageName: true # Qualify the image name with the Docker registry connection's hostname -# additionalImageTags: | -# Tag3 -# Tag4 - includeSourceTags: false - includeLatestTag: false - dockerHostEndpoint: '' # The unique name or the GUID Id of VSTS service connection endpoint - # for the Docker host. Defaults to the agent's host. - enforceDockerNamingConvention: true # The docker image name will be modified to follow Docker naming - # convention. Converts upper case character to lower case and - # removes spaces in the image name. + +- script: | + echo Defined variables: + set + + displayName: Command Line Script + + + + diff --git a/Contributing.md b/Contributing.md index 783a31b1..41a12cae 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,4 +1,7 @@ # TEE Contributor Guide + + dsvgasvas + This instructions below will help you get your development environment setup so that you can contribute to this repository. ## Ways to Contribute diff --git a/LICENSE.txt b/LICENSE.txt index f51a3faf..d012fa39 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Team Explorer Everywhere Plug-in for Eclipse - c z + c zvc hhhh ba Copyright (c) Microsoft Corporation diff --git a/Localization.md b/Localization.md index adb68a10..371a3180 100644 --- a/Localization.md +++ b/Localization.md @@ -1,5 +1,7 @@ We’re using an open localization platform to regularly integrate community feedback and contributions into our products. +fdbsdfs rab + ##Where are our translations? * Go to [www.transifex.com](https://www.transifex.com/), sign in if you have a **Transifex** account, sign up for an account if you don’t have one. diff --git a/README.md b/README.md index 9e2f02f9..710cd99a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Team Explorer Everywhere Plug-in for Eclipse and Cross-platform Command-line Client for Team Foundation Server +fbabfb + This project contains: - Team Explorer Everywhere Plug-in for Eclipse - Cross-platform Command-line Client for Team Foundation Server and Team Services