-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63568a2
commit b4b92c8
Showing
37 changed files
with
1,079 additions
and
4 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
.cache/METAS-sy/metas-labview-build-task/2.1.1/buildTask/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "235a2cd5-73c4-43aa-a11f-96b54368edf2", | ||
"name": "buildtask", | ||
"version": { | ||
"Major": 1, | ||
"Minor": 3, | ||
"Patch": 0 | ||
}, | ||
"friendlyName": "LabVIEW build.", | ||
"description": "This will execute a LabVIEW build definition.", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Christophe Scherly" | ||
} |
23 changes: 23 additions & 0 deletions
23
.cache/METAS-sy/metas-labview-build-task/2.1.1/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="metas-labview-build-task" Version="2.1.1" Publisher="METAS-sy"/> | ||
<DisplayName>LabVIEW Build Tools</DisplayName> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<Description xml:space="preserve">Tools for building/publishing NI packages.</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<License>license.md</License> | ||
<Icon>images/extension-icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="images/BuildTestPublish.png" d:Source="File" Path="images/BuildTestPublish.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.License" d:Source="File" Path="license.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/extension-icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
37 changes: 37 additions & 0 deletions
37
.cache/METAS-sy/metas-labview-build-task/2.1.1/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "custom-build-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "buildTask" | ||
} | ||
}, | ||
{ | ||
"id": "custom-git-tag-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitTagTask" | ||
} | ||
}, | ||
{ | ||
"id": "custom-select-labview-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "selectlabviewtask" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/METAS-sy/metas-labview-build-task/2.1.1/gitTagTask/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "86517a2c-b8a9-4f71-8e8b-75d36d4fd880", | ||
"name": "gittagtask", | ||
"version": { | ||
"Major": 1, | ||
"Minor": 4, | ||
"Patch": 0 | ||
}, | ||
"friendlyName": "git Tag LabVIEW build.", | ||
"description": "This will set the variable PackageTag with the content of a text file.", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "METAS-sy" | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/METAS-sy/metas-labview-build-task/2.1.1/selectLabviewTask/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "9b63338c-141b-419d-a6ef-abbbe929cc48", | ||
"name": "selectlabviewtask", | ||
"version": { | ||
"Major": 1, | ||
"Minor": 1, | ||
"Patch": 0 | ||
}, | ||
"friendlyName": "select LabVIEW task", | ||
"description": "Selects LabVIEW version and set the pipeline variables", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Christophe Scherly" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
.cache/Ubitsoft/sql-enlight-vsts-extension/0.5.100/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="sql-enlight-vsts-extension" Version="0.5.100" Publisher="Ubitsoft"/> | ||
<DisplayName>SQL Enlight Code Quality</DisplayName> | ||
<GalleryFlags>Paid Public Preview</GalleryFlags> | ||
<Description xml:space="preserve">Build and Release tasks for SQL Enlight Code Quality integration with Azure DevOps and Team Foundation Server 2017/2018.</Description> | ||
<Categories>Build and release</Categories> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#477c87"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://sqlenlight.com/sql-enlight/azure-devops/#getting-started"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://sqlenlight.com/sql-enlight/azure-devops/#features"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://sqlenlight.com/support"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.License" Value="https://sqlenlight.com/sql-enlight/azure-devops/eula"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Privacypolicy" Value="https://sqlenlight.com/sql-enlight/azure-devops/#privacypolicy"/> | ||
</Properties> | ||
<Tags>SQL,Build,Release,Code Analysis,Code Quality,Static Code Analysis,Static Analysis,T-SQL,__DoNotDownload</Tags> | ||
<Icon>images/extension-icon-128.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="images/analysis-results.png" d:Source="File" Path="images/analysis-results.png" Addressable="true"/> | ||
<Asset Type="images/build-task-configuration.png" d:Source="File" Path="images/build-task-configuration.png" Addressable="true"/> | ||
<Asset Type="images/extension-icon-128.png" d:Source="File" Path="images/extension-icon-128.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/extension-icon-128.png" Addressable="true"/> | ||
<Asset Type="images/extension-icon-512.png" d:Source="File" Path="images/extension-icon-512.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Large" d:Source="File" Path="images/extension-icon-512.png" Addressable="true"/> | ||
<Asset Type="images/publish-analysis-results.png" d:Source="File" Path="images/publish-analysis-results.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="details-vsts.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
17 changes: 17 additions & 0 deletions
17
.cache/Ubitsoft/sql-enlight-vsts-extension/0.5.100/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "sql-enlight-analyze", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "task-analyze-v1" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/Ubitsoft/sql-enlight-vsts-extension/0.5.100/task-analyze-v1/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "01a48c40-73c6-11e8-a3d9-478569b2fa74", | ||
"name": "sqlEnlightAnalyze", | ||
"version": { | ||
"Major": "0", | ||
"Minor": "12", | ||
"Patch": "16" | ||
}, | ||
"friendlyName": "SQL Enlight Code Analysis", | ||
"description": "A build and release task for analyzing SQL code with SQL Enlight.", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Ubitsoft" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
.cache/gittools/gittools/3.0.1.24111722/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="gittools" Version="3.0.1.24111722" Publisher="gittools"/> | ||
<DisplayName>GitTools</DisplayName> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<Description xml:space="preserve">Build tasks for easy semantic versioning for projects using Git and release management. </Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>semver,git,gitversion,gitreleasemanager,version,versioning,gitflow,githubflow,release</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/GitTools/actions"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/GitTools/actions"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.License" Value="https://github.com/GitTools/actions/blob/master/LICENSE"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://github.com/GitTools/actions.git"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/GitTools/actions/issues"/> | ||
</Properties> | ||
<Icon>images/icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="images/builds.png" d:Source="File" Path="images/builds.png" Addressable="true"/> | ||
<Asset Type="images/icon.png" d:Source="File" Path="images/icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/> | ||
<Asset Type="images/pipeline-editor-tasks.png" d:Source="File" Path="images/pipeline-editor-tasks.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Screenshots.1" d:Source="File" Path="screenshots/pipeline-editor-setup-gitversion-task.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Screenshots.2" d:Source="File" Path="screenshots/pipeline-run-setup-gitversion-task.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Screenshots.3" d:Source="File" Path="screenshots/pipeline-editor-execute-gitversion-task.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Screenshots.4" d:Source="File" Path="screenshots/pipeline-run-execute-gitversion-task.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
108 changes: 108 additions & 0 deletions
108
.cache/gittools/gittools/3.0.1.24111722/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"author": "GitTools Contributors", | ||
"contributions": [ | ||
{ | ||
"id": "setup-gitversion-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitversion/setup" | ||
} | ||
}, | ||
{ | ||
"id": "execute-gitversion-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitversion/execute" | ||
} | ||
}, | ||
{ | ||
"id": "command-gitversion-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitversion/command" | ||
} | ||
}, | ||
{ | ||
"id": "setup-gitreleasemanager-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitreleasemanager/setup" | ||
} | ||
}, | ||
{ | ||
"id": "create-gitreleasemanager-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitreleasemanager/create" | ||
} | ||
}, | ||
{ | ||
"id": "discard-gitreleasemanager-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitreleasemanager/discard" | ||
} | ||
}, | ||
{ | ||
"id": "close-gitreleasemanager-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitreleasemanager/close" | ||
} | ||
}, | ||
{ | ||
"id": "open-gitreleasemanager-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitreleasemanager/open" | ||
} | ||
}, | ||
{ | ||
"id": "publish-gitreleasemanager-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitreleasemanager/publish" | ||
} | ||
}, | ||
{ | ||
"id": "addasset-gitreleasemanager-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "gitreleasemanager/addasset" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
Oops, something went wrong.