Skip to content

Commit ebb3431

Browse files
authored
Revert "[Temp for testing ] Updat release process (#501)" (#510)
This reverts commit d7b2a6c.
1 parent b8ba957 commit ebb3431

File tree

13 files changed

+14
-499
lines changed

13 files changed

+14
-499
lines changed

.github/workflows/pr_check_webapp_dotnet_windows.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,11 @@ jobs:
7171
- name: Installing dependencies and building latest changes
7272
run: |
7373
cd webapps-deploy
74-
npm install
75-
npm run package
74+
if (-NOT(TEST-PATH node_modules))
75+
{
76+
npm install
77+
npm run build
78+
}
7679
7780
- name: Azure authentication
7881
uses: azure/login@v2

.github/workflows/pr_check_windows_container_pubprofile.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,11 @@ jobs:
9292
- name: Installing dependencies and building latest changes in action
9393
run: |
9494
cd webapps-deploy
95-
npm install
96-
npm run package
95+
if (-NOT(TEST-PATH node_modules))
96+
{
97+
npm install
98+
npm run build
99+
}
97100
98101
- name: 'Deploy to Azure WebApp'
99102
uses: ./webapps-deploy/

.github/workflows/release.yml

Lines changed: 0 additions & 153 deletions
This file was deleted.

.github/workflows/test-release.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

6-
# Bundled output (built during release)
7-
dist/
8-
96
# User-specific files
107
*.suo
118
*.user

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ branding:
5252
color: 'blue'
5353
runs:
5454
using: 'node20'
55-
main: 'dist/index.js'
55+
main: 'lib/main.js'

0 commit comments

Comments
 (0)