Skip to content

Commit 9d77b36

Browse files
committed
Move extension to subfolder
1 parent ac28680 commit 9d77b36

File tree

122 files changed

+2960
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+2960
-75
lines changed

.gitattributes

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
###############################################################################
7+
# Set default behavior for command prompt diff.
8+
#
9+
# This is need for earlier builds of msysgit that does not have it on by
10+
# default for csharp files.
11+
# Note: This is only used by command line
12+
###############################################################################
13+
#*.cs diff=csharp
14+
15+
###############################################################################
16+
# Set the merge driver for project and solution files
17+
#
18+
# Merging from the command prompt will add diff markers to the files if there
19+
# are conflicts (Merging from VS is not affected by the settings below, in VS
20+
# the diff markers are never inserted). Diff markers may cause the following
21+
# file extensions to fail to load in VS. An alternative would be to treat
22+
# these files as binary and thus will always conflict and require user
23+
# intervention with every merge. To do so, just uncomment the entries below
24+
###############################################################################
25+
#*.sln merge=binary
26+
#*.csproj merge=binary
27+
#*.vbproj merge=binary
28+
#*.vcxproj merge=binary
29+
#*.vcproj merge=binary
30+
#*.dbproj merge=binary
31+
#*.fsproj merge=binary
32+
#*.lsproj merge=binary
33+
#*.wixproj merge=binary
34+
#*.modelproj merge=binary
35+
#*.sqlproj merge=binary
36+
#*.wwaproj merge=binary
37+
38+
###############################################################################
39+
# behavior for image files
40+
#
41+
# image files are treated as binary by default.
42+
###############################################################################
43+
#*.jpg binary
44+
#*.png binary
45+
#*.gif binary
46+
47+
###############################################################################
48+
# diff behavior for common document formats
49+
#
50+
# Convert binary document formats to text before diffing them. This feature
51+
# is only available from the command line. Turn it on by uncommenting the
52+
# entries below.
53+
###############################################################################
54+
#*.doc diff=astextplain
55+
#*.DOC diff=astextplain
56+
#*.docx diff=astextplain
57+
#*.DOCX diff=astextplain
58+
#*.dot diff=astextplain
59+
#*.DOT diff=astextplain
60+
#*.pdf diff=astextplain
61+
#*.PDF diff=astextplain
62+
#*.rtf diff=astextplain
63+
#*.RTF diff=astextplain

.gitignore

+289
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,289 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.sln.docstates
8+
*.vsix
9+
10+
# Build results
11+
[Dd]ebug/
12+
[Dd]ebugPublic/
13+
[Rr]elease/
14+
x64/
15+
build/
16+
bld/
17+
[Bb]in/
18+
[Oo]bj/
19+
temp/
20+
_build/
21+
_package/
22+
_working/
23+
24+
# Roslyn cache directories
25+
*.ide/
26+
27+
# MSTest test Results
28+
[Tt]est[Rr]esult*/
29+
[Bb]uild[Ll]og.*
30+
31+
#NUNIT
32+
*.VisualState.xml
33+
TestResult.xml
34+
35+
# Build Results of an ATL Project
36+
[Dd]ebugPS/
37+
[Rr]eleasePS/
38+
dlldata.c
39+
40+
*_i.c
41+
*_p.c
42+
*_i.h
43+
*.ilk
44+
*.meta
45+
*.obj
46+
*.pch
47+
*.pdb
48+
*.pgc
49+
*.pgd
50+
*.rsp
51+
*.sbr
52+
*.tlb
53+
*.tli
54+
*.tlh
55+
*.tmp
56+
*.tmp_proj
57+
*.log
58+
*.vspscc
59+
*.vssscc
60+
.builds
61+
*.pidb
62+
*.svclog
63+
*.scc
64+
65+
# Chutzpah Test files
66+
_Chutzpah*
67+
68+
# Visual C++ cache files
69+
ipch/
70+
*.aps
71+
*.ncb
72+
*.opensdf
73+
*.sdf
74+
*.cachefile
75+
76+
# Visual Studio profiler
77+
*.psess
78+
*.vsp
79+
*.vspx
80+
81+
# TFS 2012 Local Workspace
82+
$tf/
83+
84+
# Guidance Automation Toolkit
85+
*.gpState
86+
87+
# ReSharper is a .NET coding add-in
88+
_ReSharper*/
89+
*.[Rr]e[Ss]harper
90+
*.DotSettings.user
91+
92+
# JustCode is a .NET coding addin-in
93+
.JustCode
94+
95+
# TeamCity is a build add-in
96+
_TeamCity*
97+
98+
# DotCover is a Code Coverage Tool
99+
*.dotCover
100+
101+
# NCrunch
102+
_NCrunch_*
103+
.*crunch*.local.xml
104+
105+
# MightyMoose
106+
*.mm.*
107+
AutoTest.Net/
108+
109+
# Web workbench (sass)
110+
.sass-cache/
111+
112+
# Installshield output folder
113+
[Ee]xpress/
114+
115+
# DocProject is a documentation generator add-in
116+
DocProject/buildhelp/
117+
DocProject/Help/*.HxT
118+
DocProject/Help/*.HxC
119+
DocProject/Help/*.hhc
120+
DocProject/Help/*.hhk
121+
DocProject/Help/*.hhp
122+
DocProject/Help/Html2
123+
DocProject/Help/html
124+
125+
# Click-Once directory
126+
publish/
127+
128+
# Publish Web Output
129+
*.[Pp]ublish.xml
130+
*.azurePubxml
131+
## TODO: Comment the next line if you want to checkin your
132+
## web deploy settings but do note that will include unencrypted
133+
## passwords
134+
#*.pubxml
135+
136+
# NuGet Packages Directory
137+
packages/*
138+
## TODO: If the tool you use requires repositories.config
139+
## uncomment the next line
140+
#!packages/repositories.config
141+
142+
# Enable "build/" folder in the NuGet Packages folder since
143+
# NuGet packages use it for MSBuild targets.
144+
# This line needs to be after the ignore of the build folder
145+
# (and the packages folder if the line above has been uncommented)
146+
!packages/build/
147+
148+
# Windows Azure Build Output
149+
csx/
150+
*.build.csdef
151+
152+
# Windows Store app package directory
153+
AppPackages/
154+
155+
# Others
156+
sql/
157+
*.Cache
158+
ClientBin/
159+
# not needed in this case as this is a stylecop task project
160+
#[Ss]tyle[Cc]op.*
161+
~$*
162+
*~
163+
*.dbmdl
164+
*.dbproj.schemaview
165+
*.pfx
166+
*.publishsettings
167+
node_modules/
168+
169+
# RIA/Silverlight projects
170+
Generated_Code/
171+
172+
# Backup & report files from converting an old project file
173+
# to a newer Visual Studio version. Backup files are not needed,
174+
# because we have git ;-)
175+
_UpgradeReport_Files/
176+
Backup*/
177+
UpgradeLog*.XML
178+
UpgradeLog*.htm
179+
180+
# SQL Server files
181+
*.mdf
182+
*.ldf
183+
184+
# Business Intelligence projects
185+
*.rdl.data
186+
*.bim.layout
187+
*.bim_*.settings
188+
189+
# Microsoft Fakes
190+
FakesAssemblies/
191+
192+
# LightSwitch generated files
193+
GeneratedArtifacts/
194+
_Pvt_Extensions/
195+
ModelManifest.xml
196+
/Package
197+
198+
# Powershell for this project
199+
Tests/Extensions/StyleCopTask/test/logs
200+
201+
# Visual Studio Code
202+
.vscode/
203+
204+
# VSTS Runtime
205+
.taskkey
206+
207+
# Exclusions for generated node.js for Node extensions
208+
Extensions/Versioning/VersionDotNetCoreAssembliesTask/task/*.js
209+
Extensions/Versioning/VersionDotNetCoreAssembliesTask/task/*.js.map
210+
Extensions/Versioning/VersionDotNetCoreAssembliesTask/task/node_modules
211+
Extensions/Versioning/VersionDotNetCoreAssembliesTask/node_modules
212+
Extensions/Versioning/VersionDotNetCoreAssembliesTask/dist
213+
214+
Extensions/Versioning/VersionJSONFileTask/task/*.VersionJSONFileTaskjs
215+
Extensions/Versioning/VersionJSONFileTask/task/*.js.map
216+
Extensions/Versioning/VersionJSONFileTask/task/node_modules
217+
Extensions/Versioning/VersionJSONFileTask/node_modules
218+
Extensions/Versioning/VersionJSONFileTask/dist
219+
220+
Extensions/Versioning/VersionAngularFileTask/task/*.VersionJSONFileTaskjs
221+
Extensions/Versioning/VersionAngularFileTask/task/*.js.map
222+
Extensions/Versioning/VersionAngularFileTask/task/node_modules
223+
Extensions/Versioning/VersionAngularFileTask/node_modules
224+
Extensions/Versioning/VersionAngularFileTask/dist
225+
226+
Extensions/Versioning/VersionEnviromentTsFileTask/task/*.VersionJSONFileTaskjs
227+
Extensions/Versioning/VersionEnviromentTsFileTask/task/*.js.map
228+
Extensions/Versioning/VersionEnviromentTsFileTask/task/node_modules
229+
Extensions/Versioning/VersionEnviromentTsFileTask/node_modules
230+
Extensions/Versioning/VersionEnviromentTsFileTask/dist
231+
232+
Extensions/Versioning/VersionAndroidManifest/task/*.js
233+
Extensions/Versioning/VersionAndroidManifest/task/*.js.map
234+
Extensions/Versioning/VersionAndroidManifest/task/node_modules
235+
Extensions/Versioning/VersionAndroidManifest/node_modules
236+
Extensions/Versioning/VersionAndroidManifest/dist
237+
238+
Extensions/FileUtilities/XmlFileUpdateTask/task/*.js
239+
Extensions/FileUtilities/XmlFileUpdateTask/task/*.js.map
240+
Extensions/FileUtilities/XmlFileUpdateTask/task/node_modules
241+
Extensions/FileUtilities/XmlFileUpdateTask/node_modules
242+
Extensions/FileUtilities/XmlFileUpdateTask/dist
243+
Extensions/FileUtilities/XmlFileUpdateTask/test-output
244+
Extensions/FileUtilities/XmlFileUpdateTask/test/testdata/writeable.xml
245+
246+
Extensions/XplatGenerateReleaseNotes/V*/*.js
247+
Extensions/XplatGenerateReleaseNotes/V*/*.js.map
248+
Extensions/XplatGenerateReleaseNotes/V*/test/*.js
249+
Extensions/XplatGenerateReleaseNotes/V*/test/*.js.map
250+
Extensions/XplatGenerateReleaseNotes/V*/node_modules
251+
Extensions/XplatGenerateReleaseNotes/node_modules
252+
Extensions/XplatGenerateReleaseNotes/dist
253+
Extensions/XplatGenerateReleaseNotes/V*/test-output
254+
255+
Extensions/stylecop/test/logs
256+
Extensions/StyleCop/test/TestData/results.xml
257+
Extensions/StyleCop/test/TestData/StyleCopSample/results.xml
258+
259+
Extensions/WikiUpdater/WikiUpdaterTask/*.js
260+
Extensions/WikiUpdater/WikiUpdaterTask/*.js.map
261+
Extensions/WikiUpdater/WikiUpdaterTask/test/*.js
262+
Extensions/WikiUpdater/WikiUpdaterTask/test/*.js.map
263+
Extensions/WikiUpdater/WikiUpdaterTask/node_modules
264+
Extensions/WikiUpdater/WikiUpdaterTask/dist
265+
Extensions/WikiUpdater/WikiUpdaterTask/repo
266+
267+
Extensions/YamlGenerator/YamlGeneratorTask/*.js
268+
Extensions/YamlGenerator/YamlGeneratorTask/*.js.map
269+
Extensions/YamlGenerator/YamlGeneratorTask/test/*.js
270+
Extensions/YamlGenerator/YamlGeneratorTask/test/*.js.map
271+
Extensions/YamlGenerator/YamlGeneratorTask/node_modules
272+
Extensions/YamlGenerator/YamlGeneratorTask/dist
273+
Extensions/YamlGenerator/YamlGeneratorTask/repo
274+
275+
Extensions/ArtifactDescription/ArtifactDescriptionTask/*.js
276+
Extensions/ArtifactDescription/ArtifactDescriptionTask/*.js.map
277+
Extensions/ArtifactDescription/ArtifactDescriptionTask/test/*.js
278+
Extensions/ArtifactDescription/ArtifactDescriptionTask/test/*.js.map
279+
Extensions/ArtifactDescription/ArtifactDescriptionTask/node_modules
280+
Extensions/ArtifactDescription/ArtifactDescriptionTask/dist
281+
Extensions/ArtifactDescription/ArtifactDescriptionTask/repo
282+
283+
Extensions/
284+
285+
/.vs
286+
/Extensions/GenerateReleaseNotes/GenerateReleaseNotesTask/ReleaseNotes.md
287+
/Extensions/GenerateReleaseNotes/GenerateReleaseNotesTask/ReleaseNotes_AllFields.md
288+
Tools/GetAPIJsonPayloads/*.js
289+
Tools/GetAPIJsonPayloads/*.js.map

CONTRIBUTING.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contributing
2+
3+
When contributing to this repository, please first discuss the change you wish to make via issue,
4+
email, or any other method with the owners of this repository before making a change.
5+
6+
Please note we have a code of conduct, please follow it in all your interactions with the project.
7+
8+
## Pull Request Process
9+
10+
- In the PR comment state the problem you are addressing
11+
- Add a new release line entry in to the extensions readme.md file (usually found at the end of the file) that
12+
- does an increment of the minor version number e.g. 1.2 to 1.3
13+
- lists the Issue/PR number related to the change
14+
- a brief single line comment as change made
15+
- if the change adds new parameters update the appropriate documentation
16+
- If you are willing, enable me as the Repo owner, to edit your fork that contains your PR so I can add missing items such as the readme.md
17+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Extension/license.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The MIT License (MIT)
2+
Copyright (c) 2019 Pester
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy
5+
of this software and associated documentation files (the "Software"), to deal
6+
in the Software without restriction, including without limitation the rights
7+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all
12+
copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20+
SOFTWARE.

0 commit comments

Comments
 (0)