Skip to content

Instantly share code, notes, and snippets.

@rajbos
Created September 16, 2023 18:38
Show Gist options
  • Select an option

  • Save rajbos/ccff6435a009cb0fc7551b2988b049d0 to your computer and use it in GitHub Desktop.

Select an option

Save rajbos/ccff6435a009cb0fc7551b2988b049d0 to your computer and use it in GitHub Desktop.

Revisions

  1. rajbos created this gist Sep 16, 2023.
    19 changes: 19 additions & 0 deletions Example
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    - script: |
    c:
    cd %USERPROFILE%
    md .azure
    cd .azure
    echo [core] > config
    echo first_run = false >> config
    echo collect_telemetry = false >> config
    echo error_recommendation = off >> config
    echo output = json >> config
    echo only_show_errors = true >> config
    echo no_color = true >> config
    echo disable_progress_bar = true >> config
    echo [auto-upgrade] >> config
    echo enable = False >> config
    echo [logging] >> config
    echo enable_log_file = no >> config
    echo [output] >> config
    echo show_survey_link = no >> config