|
|
@ -18,7 +18,6 @@ steps:
|
|
|
|
path: /Documentation
|
|
|
|
path: /Documentation
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- cd src/Banquale/
|
|
|
|
- cd src/Banquale/
|
|
|
|
# - workload restore
|
|
|
|
|
|
|
|
- dotnet restore Banquale.sln
|
|
|
|
- dotnet restore Banquale.sln
|
|
|
|
- dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
|
|
|
|
- dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
|
|
|
|
- name: tests
|
|
|
|
- name: tests
|
|
|
@ -26,7 +25,7 @@ steps:
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- cd src/Banquale/
|
|
|
|
- cd src/Banquale/
|
|
|
|
- dotnet restore Banquale.sln
|
|
|
|
- dotnet restore Banquale.sln
|
|
|
|
- dotnet test Banquale.sln --no-restore
|
|
|
|
- dotnet test Banquale.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage"
|
|
|
|
depends_on: [build]
|
|
|
|
depends_on: [build]
|
|
|
|
|
|
|
|
|
|
|
|
- name: code-analysis
|
|
|
|
- name: code-analysis
|
|
|
|