Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit e345064

Browse files
committed
assets
1 parent b1066f9 commit e345064

File tree

4 files changed

+2
-55
lines changed

4 files changed

+2
-55
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,20 +123,6 @@ jobs:
123123
customCommand: 'run build -- --base-href=/user-management/'
124124
workingDir: src/Frontend/Jp.UserManagement
125125

126-
- task: CopyFiles@2
127-
displayName: 'COPY - web.config - AdminUI'
128-
inputs:
129-
SourceFolder: '$(Build.Repository.LocalPath)/build/admin-ui'
130-
Contents: 'web.config'
131-
TargetFolder: '$(Build.Repository.LocalPath)/src/Frontend/Jp.AdminUI/dist/'
132-
133-
- task: CopyFiles@2
134-
displayName: 'COPY - web.config - UserManagement'
135-
inputs:
136-
SourceFolder: '$(Build.Repository.LocalPath)/build/user-management'
137-
Contents: 'web.config'
138-
TargetFolder: '$(Build.Repository.LocalPath)/src/Frontend/Jp.UserManagement/dist/'
139-
140126
- task: ArchiveFiles@2
141127
displayName: 'ZIP - AdminUI'
142128
inputs:

build/admin-ui/web.config

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

src/Frontend/Jp.UserManagement/angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"polyfills": "src/polyfills.ts",
1919
"assets": [
2020
"src/assets",
21-
"src/silent-refresh.html"
21+
"src/silent-refresh.html",
22+
"src/web.config"
2223
],
2324
"styles": [
2425
"node_modules/@coreui/icons/css/coreui-icons.css",
File renamed without changes.

0 commit comments

Comments
 (0)