├── Lesson-1.5
├── ExtractedSolution
│ └── Other
│ │ ├── Customizations.xml
│ │ ├── Relationships.xml
│ │ └── Solution.xml
├── PackedSolution
│ ├── ContosoUniversity_1_0_0_0.zip
│ └── ContosoUniversity_1_0_0_0_managed.zip
└── multi-stage-continuous-delievery.yml
├── Lesson-1
├── ExtractedSolution
│ └── Other
│ │ ├── Customizations.xml
│ │ ├── Relationships.xml
│ │ └── Solution.xml
├── PackedSolution
│ ├── ContosoUniversity_1_0_0_0.zip
│ └── ContosoUniversity_1_0_0_0_managed.zip
└── pack-import-solution.yml
├── Lesson-2
├── ExtractedSolution
│ ├── Other
│ │ ├── Customizations.xml
│ │ ├── Relationships.xml
│ │ └── Solution.xml
│ └── WebResources
│ │ ├── cu_bad_javascript.js
│ │ └── cu_bad_javascript.js.data.xml
├── Part-1
│ ├── azure-repos-build-release.yml
│ └── github-build-release.yml
└── Part-2
│ ├── azure-repos-build-test-release.yml
│ └── github-build-test-release.yml
└── README.md
/Lesson-1.5/ExtractedSolution/Other/Customizations.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1.5/ExtractedSolution/Other/Customizations.xml
--------------------------------------------------------------------------------
/Lesson-1.5/ExtractedSolution/Other/Relationships.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Lesson-1.5/ExtractedSolution/Other/Solution.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1.5/ExtractedSolution/Other/Solution.xml
--------------------------------------------------------------------------------
/Lesson-1.5/PackedSolution/ContosoUniversity_1_0_0_0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1.5/PackedSolution/ContosoUniversity_1_0_0_0.zip
--------------------------------------------------------------------------------
/Lesson-1.5/PackedSolution/ContosoUniversity_1_0_0_0_managed.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1.5/PackedSolution/ContosoUniversity_1_0_0_0_managed.zip
--------------------------------------------------------------------------------
/Lesson-1.5/multi-stage-continuous-delievery.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1.5/multi-stage-continuous-delievery.yml
--------------------------------------------------------------------------------
/Lesson-1/ExtractedSolution/Other/Customizations.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1/ExtractedSolution/Other/Customizations.xml
--------------------------------------------------------------------------------
/Lesson-1/ExtractedSolution/Other/Relationships.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Lesson-1/ExtractedSolution/Other/Solution.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1/ExtractedSolution/Other/Solution.xml
--------------------------------------------------------------------------------
/Lesson-1/PackedSolution/ContosoUniversity_1_0_0_0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1/PackedSolution/ContosoUniversity_1_0_0_0.zip
--------------------------------------------------------------------------------
/Lesson-1/PackedSolution/ContosoUniversity_1_0_0_0_managed.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1/PackedSolution/ContosoUniversity_1_0_0_0_managed.zip
--------------------------------------------------------------------------------
/Lesson-1/pack-import-solution.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-1/pack-import-solution.yml
--------------------------------------------------------------------------------
/Lesson-2/ExtractedSolution/Other/Customizations.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-2/ExtractedSolution/Other/Customizations.xml
--------------------------------------------------------------------------------
/Lesson-2/ExtractedSolution/Other/Relationships.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Lesson-2/ExtractedSolution/Other/Solution.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-2/ExtractedSolution/Other/Solution.xml
--------------------------------------------------------------------------------
/Lesson-2/ExtractedSolution/WebResources/cu_bad_javascript.js:
--------------------------------------------------------------------------------
1 | alert("Custom script loaded.");
--------------------------------------------------------------------------------
/Lesson-2/ExtractedSolution/WebResources/cu_bad_javascript.js.data.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-2/ExtractedSolution/WebResources/cu_bad_javascript.js.data.xml
--------------------------------------------------------------------------------
/Lesson-2/Part-1/azure-repos-build-release.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-2/Part-1/azure-repos-build-release.yml
--------------------------------------------------------------------------------
/Lesson-2/Part-1/github-build-release.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-2/Part-1/github-build-release.yml
--------------------------------------------------------------------------------
/Lesson-2/Part-2/azure-repos-build-test-release.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-2/Part-2/azure-repos-build-test-release.yml
--------------------------------------------------------------------------------
/Lesson-2/Part-2/github-build-test-release.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/Lesson-2/Part-2/github-build-test-release.yml
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft-d365-ce-pfe-devops/D365-CE-DevOps-Tutorial/HEAD/README.md
--------------------------------------------------------------------------------