From c8e318a64b8738a39f8a5e9b755c8f66a5f0e2a3 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 15 Jun 2018 15:08:33 -0400 Subject: [PATCH 1/9] svasvas --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index f51a3faf..b7b57b33 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Team Explorer Everywhere Plug-in for Eclipse - c z + c zvc ba Copyright (c) Microsoft Corporation From ed87fc0243e2eebf80986523f9d3c3da8500f3f2 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 15 Jun 2018 15:08:56 -0400 Subject: [PATCH 2/9] svasvasdbwdbnsbns --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 65c144cb1152f2346f63c1d41b1c5593f9c4989b Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 15 Jun 2018 15:35:11 -0400 Subject: [PATCH 3/9] svasvasdbwdbnsbnssbsdfbs --- Contributing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Contributing.md b/Contributing.md index 783a31b1..03f6318d 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 From 44c608fba23b5acc6db1153278753579151f74d9 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 22 Jun 2018 15:31:17 -0400 Subject: [PATCH 4/9] abgasas --- Localization.md | 2 ++ 1 file changed, 2 insertions(+) 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. From 6a8a83a4211e2f807eaea0e3d13a7553271d6152 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 22 Jun 2018 15:56:23 -0400 Subject: [PATCH 5/9] asrasaaaoihpoihih --- .vsts/microsoft.yml | 64 +++++++++------------------------------------ 1 file changed, 13 insertions(+), 51 deletions(-) diff --git a/.vsts/microsoft.yml b/.vsts/microsoft.yml index d4c14e68..42d21797 100644 --- a/.vsts/microsoft.yml +++ b/.vsts/microsoft.yml @@ -1,55 +1,17 @@ -# 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 + + condition: succeeded() 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 + + + + From dcdcd6803aaa17d21b2a89d970d99145317b3e4a Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 22 Jun 2018 16:06:45 -0400 Subject: [PATCH 6/9] asrasaaaoihpoihihdfnsdnsgn --- .vsts/microsoft.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vsts/microsoft.yml b/.vsts/microsoft.yml index 42d21797..810ac224 100644 --- a/.vsts/microsoft.yml +++ b/.vsts/microsoft.yml @@ -2,8 +2,6 @@ queue: name: Default - condition: succeeded() - steps: - script: | From f6e1134e58a51bd854386516756a0497fadd0da9 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 22 Jun 2018 17:05:50 -0400 Subject: [PATCH 7/9] asrasaaaoihpoihih --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 03f6318d..41a12cae 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,6 +1,6 @@ # TEE Contributor Guide -dsvgasvas + dsvgasvas This instructions below will help you get your development environment setup so that you can contribute to this repository. From e4240dcc273e7f2f3c20882e7988c9a967631e36 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 22 Jun 2018 17:17:37 -0400 Subject: [PATCH 8/9] asrasaaaoihpoihih --- .vsts/microsoft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts/microsoft.yml b/.vsts/microsoft.yml index 810ac224..30a01569 100644 --- a/.vsts/microsoft.yml +++ b/.vsts/microsoft.yml @@ -1,7 +1,7 @@ queue: name: Default - +\\\\ steps: - script: | From 4d29a7a60f526b77afb10489822a253bb48c5f90 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Sat, 23 Jun 2018 06:40:28 -0400 Subject: [PATCH 9/9] asrasaaaoihpoihih --- .vsts/microsoft.yml | 2 +- LICENSE.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts/microsoft.yml b/.vsts/microsoft.yml index 30a01569..810ac224 100644 --- a/.vsts/microsoft.yml +++ b/.vsts/microsoft.yml @@ -1,7 +1,7 @@ queue: name: Default -\\\\ + steps: - script: | diff --git a/LICENSE.txt b/LICENSE.txt index b7b57b33..d012fa39 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Team Explorer Everywhere Plug-in for Eclipse - c zvc ba + c zvc hhhh ba Copyright (c) Microsoft Corporation