File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 # cd ./main
2727 # git lfs pull
2828 # displayName: 'Fix LFS'
29- - script : python.exe C:/Tools/AsPython/InstallUpgrades.py $(Build.SourcesDirectory)/main/ upgrades -asp AS411 -r --logLevel DEBUG
29+ - script : python.exe C:/Tools/AsPython/InstallUpgrades.py $(Build.SourcesDirectory)/upgrades -asp AS411 -r --logLevel DEBUG
3030 displayName : ' Install AS upgrades'
31- - script : python.exe C:/Tools/AsPython/CmdLineBuild.py $(Build.SourcesDirectory)/main/ example/AsProject/AsProject.apj -c Intel ARM -bm Rebuild -sim --logLevel DEBUG
31+ - script : python.exe C:/Tools/AsPython/CmdLineBuild.py $(Build.SourcesDirectory)/example/AsProject/AsProject.apj -c Intel ARM -bm Rebuild -sim --logLevel DEBUG
3232 displayName : ' Build project'
33- - script : python.exe C:/Tools/AsPython/CmdLineExportLib.py $(Build.SourcesDirectory)/main/ example/AsProject/AsProject.apj -dest ./libs -c Intel ARM -wl vartools -l DEBUG -o -bm "None"
33+ - script : python.exe C:/Tools/AsPython/CmdLineExportLib.py $(Build.SourcesDirectory)/example/AsProject/AsProject.apj -dest ./libs -c Intel ARM -wl vartools -l DEBUG -o -bm "None"
3434 displayName : ' Export libraries'
3535 - script : |
3636 cd ./libs/vartools
You can’t perform that action at this time.
0 commit comments