Skip to content

Commit

Permalink
Merge pull request #3 from maikebing/maikebing-patch-1
Browse files Browse the repository at this point in the history
Update azure-pipelines.md
  • Loading branch information
maikebing authored Jul 28, 2022
2 parents 1dae702 + 2acc1b3 commit 45027e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ container:


steps:
- script: if [ ! -f ~/.env ]; then ln /env ~/.env -s;fi
displayName: "Init env"
- script: rm ~/.env -f;ln /env ~/.env -s -f;export PATH=$PATH:~/.env/tools/scripts
displayName: "Setup RT-Thread Env"
- script: pkgs --printenv;pkgs --list;pkgs --update
displayName: "Checkout all packages"
workingDirectory: $(Build.SourcesDirectory)
Expand All @@ -23,4 +23,4 @@ steps:
ArtifactName: 'rt-thread'
publishLocation: 'Container'
StoreAsTar: true
```
```

0 comments on commit 45027e9

Please sign in to comment.