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

Commit

Permalink
assets
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Jun 28, 2019
1 parent b1066f9 commit e345064
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 55 deletions.
14 changes: 0 additions & 14 deletions azure-pipelines.yml
Expand Up @@ -123,20 +123,6 @@ jobs:
customCommand: 'run build -- --base-href=/user-management/'
workingDir: src/Frontend/Jp.UserManagement

- task: CopyFiles@2
displayName: 'COPY - web.config - AdminUI'
inputs:
SourceFolder: '$(Build.Repository.LocalPath)/build/admin-ui'
Contents: 'web.config'
TargetFolder: '$(Build.Repository.LocalPath)/src/Frontend/Jp.AdminUI/dist/'

- task: CopyFiles@2
displayName: 'COPY - web.config - UserManagement'
inputs:
SourceFolder: '$(Build.Repository.LocalPath)/build/user-management'
Contents: 'web.config'
TargetFolder: '$(Build.Repository.LocalPath)/src/Frontend/Jp.UserManagement/dist/'

- task: ArchiveFiles@2
displayName: 'ZIP - AdminUI'
inputs:
Expand Down
40 changes: 0 additions & 40 deletions build/admin-ui/web.config

This file was deleted.

3 changes: 2 additions & 1 deletion src/Frontend/Jp.UserManagement/angular.json
Expand Up @@ -18,7 +18,8 @@
"polyfills": "src/polyfills.ts",
"assets": [
"src/assets",
"src/silent-refresh.html"
"src/silent-refresh.html",
"src/web.config"
],
"styles": [
"node_modules/@coreui/icons/css/coreui-icons.css",
Expand Down

0 comments on commit e345064

Please sign in to comment.