This repository was archived by the owner on Aug 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-55
lines changed
src/Frontend/Jp.UserManagement Expand file tree Collapse file tree 4 files changed +2
-55
lines changed Original file line number Diff line number Diff 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 :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments