├── .github └── ISSUE_TEMPLATE │ └── bug_report.md ├── BuildQualityChecks ├── archive │ └── MSPremier.BuildQualityChecks-3.0.1.vsix ├── assets │ ├── AddTask.png │ ├── Advanced.png │ ├── Baseline.png │ ├── BranchPolicyResult.png │ ├── BuildValidation.png │ ├── CodeCoveragePolicy.png │ ├── ControlOptions.png │ ├── PolicyResult.png │ ├── PolicyViolations.png │ ├── PullRequestBaseline.png │ ├── ReportingOptions.png │ ├── StatusPolicies.png │ ├── WarningStatisticsResult.png │ ├── WarningsPolicy.png │ ├── WarningsPolicyFiles.png │ └── WarningsPolicyTasks.png └── en-US │ ├── CodeCoveragePolicy.md │ ├── FAQ.md │ ├── NodeJSAndCertificates.md │ ├── PullRequests.md │ ├── WarningsPolicy.md │ ├── changeNotes.md │ └── overview.md ├── CreateWorkItem ├── assets │ ├── AreaPathPicker.png │ ├── AttachmentsInputs.png │ ├── DefaultInputs.png │ ├── DuplicatesInputs.png │ ├── FieldMappingHelper.png │ ├── LinkingInputs.png │ ├── OutputsInputs.png │ ├── SpecificIterationPathPicker.png │ ├── TeamIterationPathPicker.png │ └── WorkItemTypePicker.png ├── en-US │ ├── changeNotes.md │ └── overview.md └── on-prem │ ├── README.md │ ├── mspremier.CreateWorkItem-onprem-1.10.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.10.1.vsix │ ├── mspremier.CreateWorkItem-onprem-1.10.2.vsix │ ├── mspremier.CreateWorkItem-onprem-1.11.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.12.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.13.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.14.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.15.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.16.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.16.1.vsix │ ├── mspremier.CreateWorkItem-onprem-1.17.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.17.1.vsix │ ├── mspremier.CreateWorkItem-onprem-1.3.1.vsix │ ├── mspremier.CreateWorkItem-onprem-1.3.2.vsix │ ├── mspremier.CreateWorkItem-onprem-1.3.3.vsix │ ├── mspremier.CreateWorkItem-onprem-1.3.4.vsix │ ├── mspremier.CreateWorkItem-onprem-1.3.5.vsix │ ├── mspremier.CreateWorkItem-onprem-1.4.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.5.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.5.1.vsix │ ├── mspremier.CreateWorkItem-onprem-1.5.2.vsix │ ├── mspremier.CreateWorkItem-onprem-1.5.3.vsix │ ├── mspremier.CreateWorkItem-onprem-1.5.4.vsix │ ├── mspremier.CreateWorkItem-onprem-1.5.5.vsix │ ├── mspremier.CreateWorkItem-onprem-1.6.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.6.1.vsix │ ├── mspremier.CreateWorkItem-onprem-1.6.2.vsix │ ├── mspremier.CreateWorkItem-onprem-1.7.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.7.1.vsix │ ├── mspremier.CreateWorkItem-onprem-1.8.0.vsix │ ├── mspremier.CreateWorkItem-onprem-1.8.1.vsix │ ├── mspremier.CreateWorkItem-onprem-1.8.2.vsix │ ├── mspremier.CreateWorkItem-onprem-1.8.3.vsix │ ├── mspremier.CreateWorkItem-onprem-1.8.4.vsix │ └── mspremier.CreateWorkItem-onprem-1.9.0.vsix ├── LICENSE ├── PostBuildCleanup ├── archive │ └── MSPremier.PostBuildCleanup-2.1.2.vsix ├── assets │ ├── AddTask.png │ ├── CleanOptions.png │ ├── CleanOptionsNew.png │ └── CleanOptionsOld.png └── en-US │ ├── FAQ.md │ ├── NodeJSAndCertificates.md │ ├── changeNotes.md │ ├── cleanupRepository.yml │ ├── overview.md │ └── yamlGuidance.md ├── README.md ├── SECURITY.md └── _config.yml /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /BuildQualityChecks/archive/MSPremier.BuildQualityChecks-3.0.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/archive/MSPremier.BuildQualityChecks-3.0.1.vsix -------------------------------------------------------------------------------- /BuildQualityChecks/assets/AddTask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/AddTask.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/Advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/Advanced.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/Baseline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/Baseline.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/BranchPolicyResult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/BranchPolicyResult.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/BuildValidation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/BuildValidation.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/CodeCoveragePolicy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/CodeCoveragePolicy.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/ControlOptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/ControlOptions.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/PolicyResult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/PolicyResult.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/PolicyViolations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/PolicyViolations.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/PullRequestBaseline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/PullRequestBaseline.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/ReportingOptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/ReportingOptions.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/StatusPolicies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/StatusPolicies.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/WarningStatisticsResult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/WarningStatisticsResult.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/WarningsPolicy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/WarningsPolicy.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/WarningsPolicyFiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/WarningsPolicyFiles.png -------------------------------------------------------------------------------- /BuildQualityChecks/assets/WarningsPolicyTasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/assets/WarningsPolicyTasks.png -------------------------------------------------------------------------------- /BuildQualityChecks/en-US/CodeCoveragePolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/en-US/CodeCoveragePolicy.md -------------------------------------------------------------------------------- /BuildQualityChecks/en-US/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/en-US/FAQ.md -------------------------------------------------------------------------------- /BuildQualityChecks/en-US/NodeJSAndCertificates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/en-US/NodeJSAndCertificates.md -------------------------------------------------------------------------------- /BuildQualityChecks/en-US/PullRequests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/en-US/PullRequests.md -------------------------------------------------------------------------------- /BuildQualityChecks/en-US/WarningsPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/en-US/WarningsPolicy.md -------------------------------------------------------------------------------- /BuildQualityChecks/en-US/changeNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/en-US/changeNotes.md -------------------------------------------------------------------------------- /BuildQualityChecks/en-US/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/BuildQualityChecks/en-US/overview.md -------------------------------------------------------------------------------- /CreateWorkItem/assets/AreaPathPicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/AreaPathPicker.png -------------------------------------------------------------------------------- /CreateWorkItem/assets/AttachmentsInputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/AttachmentsInputs.png -------------------------------------------------------------------------------- /CreateWorkItem/assets/DefaultInputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/DefaultInputs.png -------------------------------------------------------------------------------- /CreateWorkItem/assets/DuplicatesInputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/DuplicatesInputs.png -------------------------------------------------------------------------------- /CreateWorkItem/assets/FieldMappingHelper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/FieldMappingHelper.png -------------------------------------------------------------------------------- /CreateWorkItem/assets/LinkingInputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/LinkingInputs.png -------------------------------------------------------------------------------- /CreateWorkItem/assets/OutputsInputs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/OutputsInputs.png -------------------------------------------------------------------------------- /CreateWorkItem/assets/SpecificIterationPathPicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/SpecificIterationPathPicker.png -------------------------------------------------------------------------------- /CreateWorkItem/assets/TeamIterationPathPicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/TeamIterationPathPicker.png -------------------------------------------------------------------------------- /CreateWorkItem/assets/WorkItemTypePicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/assets/WorkItemTypePicker.png -------------------------------------------------------------------------------- /CreateWorkItem/en-US/changeNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/en-US/changeNotes.md -------------------------------------------------------------------------------- /CreateWorkItem/en-US/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/en-US/overview.md -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/README.md -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.10.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.10.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.10.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.10.1.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.10.2.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.10.2.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.11.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.11.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.12.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.12.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.13.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.13.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.14.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.14.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.15.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.15.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.16.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.16.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.16.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.16.1.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.17.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.17.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.17.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.17.1.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.1.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.2.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.2.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.3.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.3.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.4.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.4.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.5.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.3.5.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.4.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.4.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.1.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.2.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.2.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.3.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.3.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.4.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.4.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.5.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.5.5.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.6.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.6.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.6.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.6.1.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.6.2.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.6.2.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.7.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.7.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.7.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.7.1.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.0.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.1.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.1.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.2.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.2.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.3.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.3.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.4.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.8.4.vsix -------------------------------------------------------------------------------- /CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.9.0.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/CreateWorkItem/on-prem/mspremier.CreateWorkItem-onprem-1.9.0.vsix -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/LICENSE -------------------------------------------------------------------------------- /PostBuildCleanup/archive/MSPremier.PostBuildCleanup-2.1.2.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/archive/MSPremier.PostBuildCleanup-2.1.2.vsix -------------------------------------------------------------------------------- /PostBuildCleanup/assets/AddTask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/assets/AddTask.png -------------------------------------------------------------------------------- /PostBuildCleanup/assets/CleanOptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/assets/CleanOptions.png -------------------------------------------------------------------------------- /PostBuildCleanup/assets/CleanOptionsNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/assets/CleanOptionsNew.png -------------------------------------------------------------------------------- /PostBuildCleanup/assets/CleanOptionsOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/assets/CleanOptionsOld.png -------------------------------------------------------------------------------- /PostBuildCleanup/en-US/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/en-US/FAQ.md -------------------------------------------------------------------------------- /PostBuildCleanup/en-US/NodeJSAndCertificates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/en-US/NodeJSAndCertificates.md -------------------------------------------------------------------------------- /PostBuildCleanup/en-US/changeNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/en-US/changeNotes.md -------------------------------------------------------------------------------- /PostBuildCleanup/en-US/cleanupRepository.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/en-US/cleanupRepository.yml -------------------------------------------------------------------------------- /PostBuildCleanup/en-US/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/en-US/overview.md -------------------------------------------------------------------------------- /PostBuildCleanup/en-US/yamlGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/PostBuildCleanup/en-US/yamlGuidance.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/SECURITY.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftPremier/VstsExtensions/HEAD/_config.yml --------------------------------------------------------------------------------