Skip to content

Commit

Permalink
Preparing for E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
LeftTwixWand committed Oct 3, 2023
1 parent 70c2754 commit 2ddecfb
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-iiswebapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Publish IIS Web App Deployment Using WinRM
on:
push:
tags:
- 'iiswebapp-*'
- 'iiswebapp3-*'

env:
node-version: 10
extension-name: ms-vscs-rm.${{ github.ref_name }}.vsix # ref_name is the tag, specified in the release.
extension-name: vhorbachov2.${{ github.ref_name }}.vsix # ref_name is the tag, specified in the release.

jobs:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "50ACC50F-7D15-470B-83C1-578B3F3EEBA2",
"id": "7bea697f-e6ec-4f58-b34a-4d219de3e9f7",
"name": "IISWebAppDeploy",
"friendlyName": "WinRM - IIS Web App Deployment",
"description": "Connect via WinRM, to deploy Web project locally on IIS, using Web Deploy",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "50ACC50F-7D15-470B-83C1-578B3F3EEBA2",
"id": "7bea697f-e6ec-4f58-b34a-4d219de3e9f7",
"name": "IISWebAppDeploy",
"friendlyName": "WinRM - IIS Web App Deployment",
"description": "Connect via WinRM, to deploy Web project locally on IIS, using Web Deploy",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "0F5CD14F-3C01-4D5C-8F7A-EB96C5738DCC",
"id": "19e23285-f814-4ea3-96b2-f31a082ba776",
"name": "IISWebAppMgmt",
"friendlyName": "WinRM - IIS Web App Management",
"description": "Connect via WinRM, to create or update the Website and App Pool locally on IIS",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "0F5CD14F-3C01-4D5C-8F7A-EB96C5738DCC",
"id": "19e23285-f814-4ea3-96b2-f31a082ba776",
"name": "IISWebAppMgmt",
"friendlyName": "WinRM - IIS Web App Management",
"description": "Connect via WinRM, to create or update a Website, Web App, Virtual Directories, and Application Pool locally on IIS",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "0F5CD14F-3C01-4D5C-8F7A-EB96C5738DCC",
"id": "19e23285-f814-4ea3-96b2-f31a082ba776",
"name": "IISWebAppMgmt",
"friendlyName": "WinRM - IIS Web App Management",
"description": "Connect via WinRM, to create or update a Website, Web App, Virtual Directories, and Application Pool locally on IIS",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "063c7649-4934-49e8-9eac-37121fe7e350",
"id": "7647d67f-28d6-4f71-9ceb-1e2d6574fa83",
"name": "SqlDacpacDeploy",
"friendlyName": "WinRM - SQL Server DB Deployment",
"description": "Using WinRM connect to host, and deploy database using sqlpackage.exe or Invoke-Sqlcmd",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "063c7649-4934-49e8-9eac-37121fe7e350",
"id": "7647d67f-28d6-4f71-9ceb-1e2d6574fa83",
"name": "SqlDacpacDeploy",
"friendlyName": "WinRM - SQL Server DB Deployment",
"description": "Using WinRM connect to host, and deploy database using sqlpackage.exe or Invoke-Sqlcmd",
Expand Down
10 changes: 5 additions & 5 deletions Extensions/IISWebAppDeploy/Src/vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"manifestVersion": 1,
"extensionId": "iiswebapp",
"name": "IIS Web App Deployment Using WinRM",
"version": "1.6.7",
"publisher": "ms-vscs-rm",
"extensionId": "iiswebapp3",
"name": "Test IIS Web App Deployment Using WinRM",
"version": "2.0.0",
"publisher": "vhorbachov2",
"description": "Using WinRM connect to the host Computer, to deploy a Web project using Web Deploy or a SQL DB using sqlpackage.exe.",
"public": true,
"icons": {
"default": "images/IIS_Web_App.png",
"large": "images/IIS_Web_App_Large.png"
},
"categories": [
"Build and release"
"Azure Pipelines"
],
"tags": [ ],
"links": {
Expand Down

0 comments on commit 2ddecfb

Please sign in to comment.