We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dae702 commit 2acc1b3Copy full SHA for 2acc1b3
azure-pipelines.md
@@ -5,8 +5,8 @@ container:
5
6
7
steps:
8
-- script: if [ ! -f ~/.env ]; then ln /env ~/.env -s;fi
9
- displayName: "Init env"
+- script: rm ~/.env -f;ln /env ~/.env -s -f;export PATH=$PATH:~/.env/tools/scripts
+ displayName: "Setup RT-Thread Env"
10
- script: pkgs --printenv;pkgs --list;pkgs --update
11
displayName: "Checkout all packages"
12
workingDirectory: $(Build.SourcesDirectory)
@@ -23,4 +23,4 @@ steps:
23
ArtifactName: 'rt-thread'
24
publishLocation: 'Container'
25
StoreAsTar: true
26
-```
+```
0 commit comments