githubtraining / continuous-delivery-azure

Course repository for the Learning Lab course GitHub Actions: Continuous Delivery with Azure
https://lab.github.com/githubtraining/github-actions:-continuous-delivery-with-azure/
Creative Commons Attribution 4.0 International
0 stars 2 forks source link

Step 6 Syntax contains error when using Windows #3

Closed lmkeston closed 4 years ago

lmkeston commented 4 years ago

Describe the bug Backslash (line breaks) create an error when run on Windows in Powershell or cmd prompt.

To Reproduce Steps to reproduce the behavior:

  1. On step 6 (first PR), running the command as shown will throw an "unrecognized arguments" error.

Screenshot of Instructions: image

Screenshot of Result: image

Suggested Resolution Removing the backslash corrects the issue, so maybe just update the instructions such as "when using windows,..."

cc: @mattdavis0351 @hectorsector