M02-Configure agent pools and understanding pipeline styles
Closed this issue · 2 comments
Contact Details
What happened?
Exercise : 02
Task: 01
Step: 21
Description of issue:
The lab says to replace line 13 which says vmImage: windows-latest
However, line 13 actually contains vmImage: ubuntu-latest
This confuses students because at first glance they think they need to change the line from ubuntu to windows.
It should read
On the eShopOnWeb edit pane, in the existing YAML-based pipeline, replace line 13 which says vmImage: ubuntu-latest designating the target agent pool the following content, designating the newly created self-hosted agent pool:
What happened?
Exercise : 02
Task: 01
Step: 22
Description of issue:
After changing the YAML, there is no 'Save and Run' in the UI. student should be directed to click 'Validate and save'
They will also then need to click Run twice.
What happened?
Exercise : 03
Step: 04
Description of issue:
Students are directed to return the YAML to its original state, however, that would require entering ubuntu-latest on line 13, not windows-latest as instructed.
Lab
Configuring agent pools and understanding pipeline styles
Relevant screenshots
Do you want to help us? 👏
- Create a Pull Request by following this project's Contribution Guide
Recently I made this lab accordingly now its workable fine.
@WigF1 it is fixed. Please, next time create separate issues for tracking purposes. Thanks.