Skip to content
Open
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
62 changes: 11 additions & 51 deletions .vsts/microsoft.yml
Original file line number Diff line number Diff line change
@@ -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




3 changes: 3 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Team Explorer Everywhere Plug-in for Eclipse
c z
c zvc hhhh ba

Copyright (c) Microsoft Corporation

Expand Down
2 changes: 2 additions & 0 deletions Localization.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down