diff --git a/.vsts/microsoft.yml b/.vsts/microsoft.yml new file mode 100644 index 00000000..88511e2e --- /dev/null +++ b/.vsts/microsoft.yml @@ -0,0 +1,47 @@ +resources: +- repo: self + +queue: + name: Hosted VS2017 + +variables: + dockerRegistryConnectionEndpoint: '69a1a8df-4cb8-46ce-9e6e-e8197ff93ded' # VSTS service connection endpoint "Docker Registry" + dockerHostEndpoint: '3f5ecfa0-cdda-4405-aad7-e3e5cc508d2a' # VSTS service connection endpoint "Docker Host" + imageName: '$(Build.Repository.Name):$(Build.BuildId)' + +steps: +- task: Docker@0 + inputs: + containerregistrytype: 'Container Registry' + dockerRegistryConnection: '$(dockerRegistryConnectionEndpoint)' + action: 'Build an image' + dockerFile: '**/Dockerfile' + buildArguments: | +# arg1=val1 +# arg2=val2 + defaultContext: true + imageName: '$(imageName)' + qualifyImageName: true + additionalImageTags: | + # Tag1 + # Tag2 + includeSourceTags: false + includeLatestTag: false + dockerHostEndpoint: '$(dockerHostEndpoint)' + enforceDockerNamingConvention: true + memory: 512MB + +- task: Docker@0 + inputs: + containerregistrytype: 'Container Registry' + dockerRegistryConnection: '$(dockerRegistryConnectionEndpoint)' + action: 'Push an image' + imageName: '$(imageName)' + includeSourceTags: false + includeLatestTag: false + imageDigestFile: 'repository_digest' + dockerHostEndpoint: '$(dockerHostEndpoint)' + + + + diff --git a/LICENSE.txt b/LICENSE.txt index 0d200d2e..f436f4d4 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,15 @@ Team Explorer Everywhere Plug-in for Eclipse +dsasga +asasads bsdb erhwehw +dbasdb + + Copyright (c) Microsoft Corporation + + + All rights reserved. MIT License diff --git a/Localization.md b/Localization.md index adb68a10..6eef1ff6 100644 --- a/Localization.md +++ b/Localization.md @@ -1,5 +1,8 @@ We’re using an open localization platform to regularly integrate community feedback and contributions into our products. + + + ##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/jgit-patches/0001-Add-NTLM-authentication-scheme.patch b/jgit-patches/0001-Add-NTLM-authentication-scheme.patch index 5d156d1b..81c65719 100644 --- a/jgit-patches/0001-Add-NTLM-authentication-scheme.patch +++ b/jgit-patches/0001-Add-NTLM-authentication-scheme.patch @@ -1,3 +1,5 @@ +dbabdfs + From 792b253ad595a150249b8cce98ebd67715865e49 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Wed, 6 Jan 2016 11:08:12 -0500 diff --git a/source/com.microsoft.tfs.checkinpolicies.build/src/checkin-policy-instance.properties b/source/com.microsoft.tfs.checkinpolicies.build/src/checkin-policy-instance.properties index d6b0dfab..9e9d13d2 100644 --- a/source/com.microsoft.tfs.checkinpolicies.build/src/checkin-policy-instance.properties +++ b/source/com.microsoft.tfs.checkinpolicies.build/src/checkin-policy-instance.properties @@ -7,6 +7,7 @@ # archives may contain both plug-ins for these graphical envrionments # and a properties file if the policy runs in both the graphical # and command-line clients. +######################################################### # Defines the policy ID implemented by a class in this archive. id=com.teamprise.checkinpolicies.build.BuildPolicy-1 diff --git a/source/com.microsoft.tfs.client.clc/src/com/microsoft/tfs/client/clc/AcceptedOptionSet.java b/source/com.microsoft.tfs.client.clc/src/com/microsoft/tfs/client/clc/AcceptedOptionSet.java index 2e5737b5..d812aaaf 100644 --- a/source/com.microsoft.tfs.client.clc/src/com/microsoft/tfs/client/clc/AcceptedOptionSet.java +++ b/source/com.microsoft.tfs.client.clc/src/com/microsoft/tfs/client/clc/AcceptedOptionSet.java @@ -1,6 +1,6 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. - +// diff --git a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java index 4bd327ad..734e93dc 100644 --- a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java +++ b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedEvent.java @@ -3,6 +3,7 @@ package com.microsoft.tfs.core.pendingcheckin.events; + import com.microsoft.tfs.core.clients.CoreClientEvent; import com.microsoft.tfs.core.clients.versioncontrol.events.EventSource; import com.microsoft.tfs.core.pendingcheckin.PendingCheckinPendingChanges; diff --git a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedListener.java b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedListener.java index 24d74aa9..dabcd2d5 100644 --- a/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedListener.java +++ b/source/com.microsoft.tfs.core/src/com/microsoft/tfs/core/pendingcheckin/events/AffectedTeamProjectsChangedListener.java @@ -3,12 +3,7 @@ package com.microsoft.tfs.core.pendingcheckin.events; - -/* - - */ import java.util.EventListener; - import com.microsoft.tfs.core.pendingcheckin.PendingCheckinPendingChanges; /**