Skip to content

Commit

Permalink
Update .cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Nov 18, 2024
1 parent 63568a2 commit b4b92c8
Show file tree
Hide file tree
Showing 37 changed files with 1,079 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .cache/METAS-sy/metas-labview-build-task/2.1.1/buildTask/task.json
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"
}
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>
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": []
}
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"
}
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"
}
19 changes: 18 additions & 1 deletion .cache/METAS-sy/metas-labview-build-task/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,28 @@
"extensionName": "metas-labview-build-task",
"displayName": "LabVIEW Build Tools",
"flags": 260,
"lastUpdated": "2024-11-05T06:42:07.187Z",
"lastUpdated": "2024-11-17T18:10:33.99Z",
"publishedDate": "2024-10-15T07:57:40.107Z",
"releaseDate": "2024-10-15T07:57:40.107Z",
"shortDescription": "Tools for building/publishing NI packages.",
"versions": [
{
"version": "2.1.1",
"flags": 1,
"lastUpdated": "2024-11-17T18:10:33.99Z",
"files": [
{
"assetType": "Microsoft.VisualStudio.Services.VsixManifest",
"source": "https://metas-sy.gallerycdn.vsassets.io/extensions/metas-sy/metas-labview-build-task/2.1.1/1731866640713/Microsoft.VisualStudio.Services.VsixManifest"
},
{
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
"source": "https://metas-sy.gallerycdn.vsassets.io/extensions/metas-sy/metas-labview-build-task/2.1.1/1731866640713/Microsoft.VisualStudio.Services.VSIXPackage"
}
],
"assetUri": "https://metas-sy.gallerycdn.vsassets.io/extensions/metas-sy/metas-labview-build-task/2.1.1/1731866640713",
"fallbackAssetUri": "https://metas-sy.gallery.vsassets.io/_apis/public/gallery/publisher/METAS-sy/extension/metas-labview-build-task/2.1.1/assetbyname"
},
{
"version": "1.8.1",
"flags": 1,
Expand Down
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>
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": []
}
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"
}
19 changes: 18 additions & 1 deletion .cache/Ubitsoft/sql-enlight-vsts-extension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,28 @@
"extensionName": "sql-enlight-vsts-extension",
"displayName": "SQL Enlight Code Quality",
"flags": 2324,
"lastUpdated": "2024-03-20T19:26:10.427Z",
"lastUpdated": "2024-11-17T14:42:26.073Z",
"publishedDate": "2018-07-10T21:33:41.443Z",
"releaseDate": "2018-08-02T20:12:55.413Z",
"shortDescription": "Build and Release tasks for SQL Enlight Code Quality integration with Azure DevOps and Team Foundation Server 2017/2018.",
"versions": [
{
"version": "0.5.100",
"flags": 1,
"lastUpdated": "2024-11-17T14:42:26.07Z",
"files": [
{
"assetType": "Microsoft.VisualStudio.Services.VsixManifest",
"source": "https://ubitsoft.gallerycdn.vsassets.io/extensions/ubitsoft/sql-enlight-vsts-extension/0.5.100/1731854277168/Microsoft.VisualStudio.Services.VsixManifest"
},
{
"assetType": "Microsoft.VisualStudio.Services.VSIXPackage",
"source": "https://ubitsoft.gallerycdn.vsassets.io/extensions/ubitsoft/sql-enlight-vsts-extension/0.5.100/1731854277168/Microsoft.VisualStudio.Services.VSIXPackage"
}
],
"assetUri": "https://ubitsoft.gallerycdn.vsassets.io/extensions/ubitsoft/sql-enlight-vsts-extension/0.5.100/1731854277168",
"fallbackAssetUri": "https://ubitsoft.gallery.vsassets.io/_apis/public/gallery/publisher/Ubitsoft/extension/sql-enlight-vsts-extension/0.5.100/assetbyname"
},
{
"version": "0.5.61",
"flags": 1,
Expand Down
35 changes: 35 additions & 0 deletions .cache/gittools/gittools/3.0.1.24111722/extension.vsixmanifest
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 .cache/gittools/gittools/3.0.1.24111722/extension.vsomanifest
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": []
}
Loading

0 comments on commit b4b92c8

Please sign in to comment.